Badgerr

Results 4 comments of Badgerr

Hi all. I am facing the same issue. Steps to reproduce: 1. Download https://github.com/confluentinc/cp-all-in-one/blob/7.1.1-post/cp-all-in-one/docker-compose.yml 2. Change `connect.image` to `confluentinc/cp-kafka-connect:7.1.1`. 3. Start up docker compose and check that: 3.1. UI shows...

Figured out finally. `confluent.controlcenter.connect.healthcheck.endpoint` should be `/connectors` in accordance with the documentation https://docs.confluent.io/platform/current/control-center/installation/configuration.html#general.

I see the same behavior - very slow reads(`dummy.py`). I never saw more than 500 messages per second. At the same time another one script(`aiokafka_consumer.py`) based on `AIOKafkaConsumer` works at...

@aslushnikov I appreciate your effort. It would be nice to have extensions support. Voting up.