Query on use of Glassfish application server

2020-02-22 Thread ashish sood
run the worker process ? Regards Ashish Sood +44 (0) 7440258835

Re: User ID / Password based authentication for Kafka Connect Source connector REST Interface

2020-05-22 Thread ashish sood
ser-id/password based authentication for this so > > that users must give the user-id & password to issue curl commands. Could > > you please help on this on how to achieve this. > > > > Regards > > Ashish Sood > > +44 (0) 7440258835 > > > > This e-m

Using encrypted distributed worker file

2020-06-01 Thread ashish sood
worker while ensuring the distributed worker config file does not expose the sensitive passwords Regards Ashish Sood

Basic Auth validation for Kafka Connect REST Interface - credentials caching

2020-06-12 Thread ashish sood
Hi Team, I have implemented Basic auth validation for Kafka Connect REST Interface. I noticed that the worker process needs the password file only till the time first query is made to the REST Interface. Post the first query even if we delete the file containing password , we can keep querying the

Re: Using encrypted distributed worker file

2020-06-12 Thread ashish sood
Hi Team, Any help would be greatly appreciated. I am looking forward to a way where I can store the passwords in encrypted/hashed format on the distributed worker properties file. Regards Ashish Sood On Tue, Jun 2, 2020 at 12:42 AM ashish sood wrote: > Hi All, > > I am running a di

Latency requirements for Kafka connect workers

2021-01-15 Thread ashish sood
Hi Team, As per my understanding, the distributed Kafka connect workers communicate with each other over the rest interface. Is there any specific latency requirements i.e. there should be a maximum latency of 'x' ms to allow effective functioning of the Kafka connect distributed worker cluster.

Re: OAUTH ISSUE | Kafka v3.7.1

2025-03-20 Thread ashish sood
icCommand.java:87) at org.apache.kafka.tools.TopicCommand.main(TopicCommand.java:82) Regards Ashish Sood On Thu, Mar 20, 2025 at 12:15 AM Kirk True wrote: > Hi Ashish, > > Are you using OAuth for client->broker communication, inter-broker > communication, or both? > > Base

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: OAUTH ISSUE | Kafka v3.7.1

2025-03-31 Thread ashish sood
inClientConfig output (with sensitive stuff > redacted, obvs), that would be helpful. > > Thanks, > Kirk > > On Thu, Mar 20, 2025, at 3:55 AM, ashish sood wrote: > > Hi Kirk, > > > > Thanks for checking. > > > > I am trying to setup a Kafka cluster with end-

Re: OAUTH ISSUE | Kafka v3.7.1

2025-04-01 Thread ashish sood
: > Hi Ashish, > > I'm glad you were able to get it working! :) > > Reply to your questions below... > > On Mon, Mar 31, 2025, at 10:19 PM, ashish sood wrote: > > Hi Kirk, > > > > I managed to get it running finally. > > > > > >