Re: [DISCUSS] Issue with Windows Batch File: "The input line is too long"

2025-01-27 Thread Subra I
I thought this issue has been there for a long time on Windows. I see a similar issue too while starting kafka on Windows if the path is too long. In my setup I have short path names. Ex: D:\kafka\. If I have longer paths like (D:\myuser\project1\kafka), it gives me an error similar to what you m

Kafka Partitions using Helidon framework.

2025-01-21 Thread Subra I
I want to use Helidon SE 4.1.6 and produce the data to a specific partition of Apache Kafka using the producer. Detail : I have gone through the https://helidon.io/docs/latest/se/reactive-messaging#_kafka_connectorpage and written below code which is able to send the data using kafka producer to t

KafkaProducer client (Java) does not start (starts when there is a delay though)

2024-12-19 Thread Subra I
Hi All, I already have an app implemented in Java that creates a kafka producer and consumer to connect to kafka. It is working fine. I have even run it with PLAIN and SHA256 authentication. Worked perfectly fine. Now, I have configured it to use oauthbearer. Suddenly , kafka producer does not co

Re: Invalid token error while setting up OAuth2 SASL authentication on Kafka

2024-12-19 Thread Subra I
the long run? We got the JWKS JSON by running a curl command to get the access token and then using this access token to access the JWKS URL. Then saved this output to the json file. On Tue, Dec 17, 2024 at 6:25 PM Subra I wrote: > Hi All, > > I have the following setup: > Kafka b

Invalid token error while setting up OAuth2 SASL authentication on Kafka

2024-12-17 Thread Subra I
Hi All, I have the following setup: Kafka broker (3.9.0) Kafka producer (for now, using the producer-console in kafka itself) This setup works fine for basic TCP, TLS and even tried SASL authentication using PLAIN, SHA256. Now, I am trying to setup OAuth2 SASL authentication on this setup and get