oscerd commented on issue #414: URL: https://github.com/apache/camel-kafka-connector/issues/414#issuecomment-686247918
I tested the connector yesterday for about 40 minutes with this configuration ` name=CamelRabbitmqSourceConnector connector.class=org.apache.camel.kafkaconnector.rabbitmq.CamelRabbitmqSourceConnector key.converter=org.apache.kafka.connect.storage.StringConverter value.converter=org.apache.kafka.connect.storage.StringConverter camel.source.maxPollDuration=10000 topics=test26 camel.component.rabbitmq.hostname=172.17.0.2 camel.component.rabbitmq.portnumber=5672 camel.source.path.exchangeName=queue camel.source.endpoint.exchangeType=topic camel.source.endpoint.autoDelete=false camel.source.endpoint.queue=queue camel.source.endpoint.routingKey=key ` The connector didn't consume because nothing was in RabbitMQ. This is the result with Java VisualVM  And the monitoring part  As you can see the CPU is constantly at 12%. How are you checking the used resources? Through top? Are you using the top irix mode? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org