Sudden performance dip with acks=1

2023-08-21 Thread Prateek Kohli
g@01D9D468.F27FCF50] Regards, Prateek Kohli

RE: Sudden performance dip with acks=1

2023-08-21 Thread Prateek Kohli
Attaching Grafana graphs for reference. Network and I/O threads are more than 60% idle. From: Prateek Kohli Sent: 21 August 2023 19:56 To: users@kafka.apache.org Subject: Sudden performance dip with acks=1 Hi, I am trying to test Kafka performance in my setup using kafka-perf scripts

Re: Sudden performance dip with acks=1

2023-08-23 Thread Prateek Kohli
Update: We can see the same behavior with acks=all as well. After running for sometime, throughput drops a lot. What can I monitor to debug this issue? From: Prateek Kohli Sent: Monday, August 21, 2023 8:05:00 pm To: users@kafka.apache.org Subject: RE: Sudden

HashiCorp config provider for Kafka Connect

2025-02-06 Thread Prateek Kohli
there any other Config Provider available that supports Kubernetes auth method with Vault? Regards, Prateek Kohli

Hot reload of Kafka Connect certificates

2025-02-12 Thread Prateek Kohli
? Regards, Prateek Kohli

RE: Kafka Connect on Kubernetes: Statefulset vs Deployment

2025-06-15 Thread Prateek Kohli
everal instances of this as deployment for our use case from below repo - FYR https://github.com/ibm-messaging/kafka-connect-mq-source Thanks, Vignesh On Sun, Jun 15, 2025 at 12:12 AM Prateek Kohli wrote: > Hi All, > > I'm building a custom Docker image for kafka Connect and planning

Re: Kafka Connect on Kubernetes: Statefulset vs Deployment

2025-06-14 Thread Prateek Kohli
ce to also have stable DNS records for each Kafka Connect Pod. Alternatively, you can use Strimzi, where this problem is already solved. Hope it helps. On Sat, Jun 14, 2025 at 2:28 PM Prateek Kohli wrote: > > Hi All, > > I'm building a custom Docker image for kafka Connect a

Kafka Connect on Kubernetes: Statefulset vs Deployment

2025-06-14 Thread Prateek Kohli
Hi All, I'm building a custom Docker image for kafka Connect and planning to run it on Kubernetes. I'm a bit stuck on whether I should use a Deployment or a StatefulSet. >From what I understand, the main difference that could affect Kafka Connect is the hostname/IP behaviour. With a Deployment, p

Kafka Connect on Kubernetes: Statefulset vs Deployment

2025-06-14 Thread Prateek Kohli
Hi All, I'm building a custom Docker image for kafka Connect and planning to run it on Kubernetes. I'm a bit stuck on whether I should use a Deployment or a StatefulSet. >From what I understand, the main difference that could affect Kafka Connect is >the hostname/IP behaviour. With a Deploymen

Scaling SNMP Trap Receiver with Kafka Connect

2025-07-02 Thread Prateek Kohli
st to scale it? Has anyone used this connector in production? * Is it possible to run multiple instances in parallel? * Any suggestions to improve scalability or reliability for such a setup? Appreciate any inputs or lessons learned. Regards, Prateek Kohli