Alain Pellegrino
Alain Pellegrino
Have you found a solution to specify multiple url ?
Here is the result with "-d all" : ``` %7|1627884413.880|APIVERSION|rdkafka#consumer-1| [thrd:broker05:6667/5]: broker05:6667/5: Enabling feature BrokerBalancedConsumer %7|1627884413.880|APIVERSION|rdkafka#consumer-1| [thrd:broker05:6667/5]: broker05:6667/5: Feature ThrottleTime: Produce (1..2) supported by broker %7|1627884413.880|APIVERSION|rdkafka#consumer-1| [thrd:broker05:6667/5]: broker05:6667/5: Feature ThrottleTime:...
And the same topic is readable with kafka-console-consumer tool And it's working with the docker version : docker run -it edenhill/kafkacat:1.6.0 -C -b brokerhost:6667 -t TOPIC
Not sure, this need is just to add a filter on the kafka connect cluster level (in addition with the existing one on tasks level) : connect-clusters-filter-regexp And that will...
Hello, @howkymike could you please give a curl command sample that you use to execute the webhook with this configuration ? Thanks Alain
Did someone find a solution ? Because I have the same error when upgrading from 5.5 to 7.0.1 with branch 6.2.1-post as mentioned in the documentation (https://docs.confluent.io/ansible/current/ansible-upgrade.html#ansible-upgrade-clone)
OK, the solution is to use the 6.2.2-post
Hi, is there some news about this feature ? Because it was plan for release 1.3 and we are now in release 2.2.3. Just to now if I wait for...
Thank you for answer, but do you mean that it's already implemented in the enterprise version ?
Hi, Have you plan to do this refactoring to correct this use case ? Because it's really annoying Thanks Regards