Does kafka-rest-proxy work with Kraft mode kafka cluster?

2021-12-15 Thread Vamsee Lakamsani
https://www.confluent.io/blog/confluent-rest-proxy-putting-kafka-to-rest/ When I tried /Kafka/v3/clusters with a kraft mode Kafka cluster got a 404. The Kafka cluster was set up using this doc and works with kafdrop. Thx.

Re: Configuring topic level configuration MirrorMaker 2.0 in kafka v3.0

2021-12-15 Thread Jigar Shah
Hello Luke, Good to know the workaround for the issue. Thank you for your help. On Thu, 16 Dec 2021 at 07:54, Luke Chen wrote: > Hi Jigar, > > Thanks to the experts in the community (Mickael and Ed), we have a > workaround for your issue. > Before v3.2.0, you can manually create the topic

Re: Configuring topic level configuration MirrorMaker 2.0 in kafka v3.0

2021-12-15 Thread Luke Chen
Hi Jigar, Thanks to the experts in the community (Mickael and Ed), we have a workaround for your issue. Before v3.2.0, you can manually create the topic with problem in the target cluster. In your case, it's "test-topic". After this bug is fixed in v3.2.0, you can set `config.properties.exclude`

Re: When will the version 3.2.0 be released?

2021-12-15 Thread Luke Chen
Hi David, Here's the release plan page: https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan Currently, we haven't had release date plan for v3.2.0, because v3.1.0 is still on-going. But if you check the release interval of each release previously, you can guess v3.2.0 should be

Fwd: Issue on confluentic/cp-kafka-connect:6.0.5

2021-12-15 Thread Murilo Tavares
Got the same error on 6.2.2 -- Forwarded message - From: Murilo Tavares Date: Wed, 15 Dec 2021 at 09:51 Subject: Issue on confluentic/cp-kafka-connect:6.0.5 To: Hi In order to get rid of some non-log4j vulnerabilities, I upgraded my KafkaConnect docker image from 6.0.2 to

When will the version 3.2.0 be released?

2021-12-15 Thread David Leon
We have an issue on PROD apparently solved by the issue https://issues.apache.org/jira/browse/KAFKA-12980 which will be released on the version 3.2.0. When will this version be available to download? Thanks in advance for the info.

Issue on confluentic/cp-kafka-connect:6.0.5

2021-12-15 Thread Murilo Tavares
Hi In order to get rid of some non-log4j vulnerabilities, I upgraded my KafkaConnect docker image from 6.0.2 to 6.0.5. It looks to me 6.0.5 (launched 5 days ago) is broken. I get the following error: [Errno 13] Permission denied: '/etc/kafka/connect-log4j.properties' Command [/usr/local/bin/dub

Re: Configuring topic level configuration MirrorMaker 2.0 in kafka v3.0

2021-12-15 Thread Luke Chen
Hi Jigar, This is a known issue (KAFKA-13255 ) that we will be fixed in v3.2.0. I've asked if there is any workaround for this issue in the JIRA comments. Thank you. Luke On Wed, Dec 15, 2021 at 1:24 PM Jigar Shah wrote: > Hello, > I am