Re: Kafka connect JMS sink connector performance

2021-12-19 Thread Luke Chen
Hi Tilak, > While using the connector we observed that, for each call to the `put` method in our `SinkTask` implementation, there is some delay between calls which is in the range of [200ms to 1sec]. Yes, that makes sense! As you should have known, the sinkTask is also a Kafka consumer, which

Re: Kafka connect JMS sink connector performance

2021-12-19 Thread Tilak Sasmal
Hello All, Can anyone please provide any feedback on the issue. To add further information, we are using kafka version 2.7.1 Thanks & Regards, Tilak Sasmal On Tue, Dec 14, 2021 at 11:46 AM Tilak Sasmal wrote: > Hello All, > > We are currently using Kafka Connect and a JMS sink connector