Error Handling

To view the logs of the connector, use the following command from the directory where the docker-compose.yml file is located:

docker-compose logs -f connect

Here, connect refers to the Kafka Connect service name specified in the docker-compose.yml file. For more detailed DEBUG-level logs, add the following line to the CONNECT_LOG4J_LOGGERS configuration parameter in the connect service:

com.igrafx.kafka.sink.aggregation.adapters.AggregationSinkTask=DEBUG,com.igrafx.kafka.sink.aggregation.adapters.AggregationSinkConnector=DEBUG