Trying to setup Kafka recorder getting the following error when trying to start.
java.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access
Release : All supported DevTest versions
Component : CA Service Virtualization
KafkaConsumer is not safe for multi-threaded access.
Using the same topic(SV_TOPIC_IMS_Lab) for Request and Response while recording.
For Kafka recorder, please use different topics for the Request topic and the Response topic while recording.
Like for example : SV_TOPIC_IMS_Lab_Request and SV_TOPIC_IMS_Lab_response.