Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
"Digest-MD5 is SASL authentication, so not sure what you mean here." If I set zookeeper.sasl.client=true, zookeeper expects a "saslToken" and throws the following error, "SASL authentication failed using login context 'Client' with exception: {}" "javax.security.sasl.SaslException: Error in authen

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
"Digest-MD5 is SASL authentication, so not sure what you mean here." If I set zookeeper.sasl.client=true, zookeeper expects a "saslToken" and throws the following error, "SASL authentication failed using login context 'Client' with exception: {}" "javax.security.sasl.SaslException: Error in authen

Re: Regarding ingestion rate, topic size and retention period

2023-11-09 Thread Richard Bosch
Hi, You mention topic size, but I will explain using partition size. If you want to control the maximum size of all partitions combined, you need to take that value, divide it by the number of partitions and set the retention.bytes setting to the result. A topic partition is stored in segments, w

Regarding ingestion rate, topic size and retention period

2023-11-09 Thread Yeikel Santana
Hi all, This might be a common question, but unfortunately, I couldn't find a reliable answer or documentation to guide me. There are various conflicting ideas. If a producer tries to ingest at a faster rate than the configuration set in the topic, what will happen? Example: - Topic size: 10

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread Alex Craig
" I couldn't find any doc by kafka to enable Digest-MD5 authentication." This was the 2nd result in a google search: https://docs.confluent.io/platform/current/security/zk-security.html " I don't want to enable SASL." Digest-MD5 is SASL authentication, so not sure what you mean here. " If I set z

Re: License Cost for Apache Kafka with Support

2023-11-09 Thread Bruno Cadonna
Hi Vinothkumar, The Apache Kafka project and the Apache Software Foundation do not sell licenses for Apache Kafka. Apache Kafka is distributed under the Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0). This is an open source license that gives you quite some freedom. Neither

Re: License Cost for Apache Kafka with Support

2023-11-09 Thread sunil chaudhari
Hi Vinod, you may want to contact confluent in this case. You can contact separately, I can guide more on this. thanks and regards, Sunil. On Thu, 9 Nov 2023 at 3:07 PM, Vinothkumar S wrote: > Hi Team, > > We would like to use licensed version of Kafka along with Support. > Could you please sha

Re: Upgrade procedure from 2.8 to 3.6 Kraft

2023-11-09 Thread Nag Pavan Chilakam
You can refer to https://kafka.apache.org/documentation/#upgrade Upgrade from 2.8 ZK to 3.6 ZK and then migrate from 3.6 ZK to 3.6 kraft Also you can refer to 3.6 release blog published by confluent Disclaimer: i work for confluent Reg

License Cost for Apache Kafka with Support

2023-11-09 Thread Vinothkumar S
Hi Team, We would like to use licensed version of Kafka along with Support. Could you please share the contact details to discuss further. Best Regards, Vinothkumar S Cloud Infra Specialist TATA ELXSI ITPB Road Whitefield Bangalore 560 048 India Cell +91 9686707172 www.tataelxsi.com

Upgrade procedure from 2.8 to 3.6 Kraft

2023-11-09 Thread Srinivas Polamarasetty
Team, We would like to know the procedure for upgrading our kafka clusters from 2.8 version to 3.6 version. Please do let us know if any documentation to follow to achieve the below scenarios. Currently, our Kafka clusters are running on Kubernetes (V 2.8) with zookeeper controller. Requirem