Skip to main content
Version: v2

Troubleshooting

This section provides guidance on resolving common issues and managing the Kafka listener for the EIMP Entity Change Kafka Topic.


Starting and Stopping the Kafka Listener

The Kafka listener for the entity change topic can be controlled using the following endpoints. By default, the listener is active when the service starts, and messages will be consumed automatically.

Stop Listener

To stop the Kafka listener, use the following curl command:

curl --location --request POST 'http://localhost:8089/api/kafka/stop'

Start Listener

To start the Kafka listener, use the following curl command:

curl --location --request POST 'http://localhost:8089/api/kafka/start'

Invalid group id

The certificate being provided and the group id must match the Kafka topic configuration for a successful connection, otherwise the connection will be rejected. Unfortunately, error messages when failing to connect are not very informative, so it is recommended to double check that the Kafka connection configuration is correct.