OAUTH ISSUE | Kafka v3.7.1

2025-03-19 Thread ashish sood
Hi All, I am setting up oauth for my Kafka broker. I have set up an account on Auth0 for the same and set up an application and API. With the below config in the server.properties and Jaas.config file I keep getting invalid token. Although if I generate a manual token via curl it works fine. Also

Re: [kafka-clients] [ANNOUNCE] Apache Kafka 4.0.0

2025-03-19 Thread andreasvdber...@avathar.be
Well done! I’m looking forward to learning what’s changed. On 19 Mar 2025, at 9:03 AM, Satish Duggana wrote: Amazing release!! Thanks to all the contributors, and to David(as RM) for running the release. On Tue, 18 Mar 2025 at 21:13, David Jacot wrote: > > The Apache Kafka community is pleas

Re: [kafka-clients] [ANNOUNCE] Apache Kafka 4.0.0

2025-03-19 Thread Satish Duggana
Amazing release!! Thanks to all the contributors, and to David(as RM) for running the release. On Tue, 18 Mar 2025 at 21:13, David Jacot wrote: > > The Apache Kafka community is pleased to announce the release for > Apache Kafka 4.0.0 > > - This is the first release without Apache Zookeeper > - T

Re: Messages ending up on the wrong topic, bug in Kafka client?

2025-03-19 Thread Donny Nadolny
Here's the jira: https://issues.apache.org/jira/browse/KAFKA-19012 I have a bit of new information as well: - to your comment Alex, in our case the original message is not published to the intended topic as it happened for you. Instead, the message only ends up on the wrong topic - Ismael: the c

Re: Messages ending up on the wrong topic, bug in Kafka client?

2025-03-19 Thread Donny Nadolny
Oh also the other update, this happened with a cluster that is on 3.8.1. I still suspect a client bug rather than broker bug though. On Wed, Mar 19, 2025 at 9:01 AM Donny Nadolny wrote: > Here's the jira: https://issues.apache.org/jira/browse/KAFKA-19012 > > I have a bit of new information as we

Re: [ANNOUNCE] Apache Kafka 4.0.0

2025-03-19 Thread Steve Kettunen
Congrats to the entire community! Really excited to try out all these new features. --- Regards, Steve gradient fox - Web UI for Apache Kafka www.gradientfox.io On 2025-03-18 11:43, David Jacot wrote: The Apache Kafka community is pleased to announce the release for Apache Kafka 4.0.0 - This

Re: [kafka-clients] [ANNOUNCE] Apache Kafka 4.0.0

2025-03-19 Thread Dave Canton
Congrats!!! Thanks David for the release and big thanks to all contributors!! Best regards Dave Canton On Wed, 19 Mar 2025 at 09:14, andreasvdber...@avathar.be < andreasvdber...@avathar.be> wrote: > Well done! I’m looking forward to learning what’s changed. > > On 19 Mar 2025, at 9:03 AM, Satish

Re: OAUTH ISSUE | Kafka v3.7.1

2025-03-19 Thread Kirk True
Hi Ashish, Are you using OAuth for client->broker communication, inter-broker communication, or both? Based on the server.properties configuration that was shared, it looks like the configuration is attempting to set up inter-broker communication using OAuth. For a broker to *retrieve* tokens