Add me to contributors list of Apache Kafka

2021-06-25 Thread Alan Artigao
Hi there! I'm working on KAFKA-12995 and I need to be in the contributors list of Apache Kafka in order to assign it to me. Username in JIRA is: *aartigao* Cheers!

Re: Kafa Streams

2021-06-25 Thread Dave Klein
If you are not doing any transformation or filtering of the data before writing it to the db, then you’re probably better off with a consumer or Kafka Connect. Kafka Streams shines when you have processing to do on the data as it is consumed. Especially if you do any stateful transformations,

Kafa Streams

2021-06-25 Thread Samson Adeyemi
Hi, I'm looking over your documentation at docs.confluent.io on Kafka Streams, but I couldn't find the information I'm looking for. What I need to know are: 1. When should one use Kafka Stream instead of regular Kafka Consumer? 2. If I'm not performing data transformation, but simply reading

Re: Please add user ueisele to the list of contributors

2021-06-25 Thread Bill Bejeck
Hi, Done. Thanks for your interest in Apache Kafka! -Bill On Wed, Jun 23, 2021 at 6:51 PM c...@uweeisele.eu wrote: > Hello together, > > could you please add user ueisele to the list of contributors in the > Apache Kafka Jira? > > Thanks >

Re: Apply Kafka contributor permission

2021-06-25 Thread Bill Bejeck
Hi, You're all set now. Thanks for your interest in Apache Kafka -Bill On Wed, Jun 23, 2021 at 11:35 PM chenqiuliao wrote: > Hi, > I want to contribute to Apache Kafka. > Would you please give me the contributor permission? My JIRA ID is > Chenqiulin

Re: ssl.client.auth=required (MTLS issue)

2021-06-25 Thread sunil chaudhari
I think similar issue is being discussed in other email thread. On Fri, 25 Jun 2021 at 6:09 PM, meghna murthy wrote: > Hi Team , > > When ssl.client.auth=required is set , Srver is sending Certificate > request with DN with junk certificates to client . Server has to send what > certificates we

Re: Consumer Group Stuck on "Completing-Rebalance" State

2021-06-25 Thread Tao Huang
Thank you Luke, it makes sense. I have made the update on my application. Thanks all for your feedback! On 2021/06/24 02:26:49, Luke Chen wrote: > Hi Tao, > The Round-Robin assignor is OK, for sure. > But since the *StickyAssignor* doesn't get affected by this bug, I'd > suggest you use it.

ssl.client.auth=required (MTLS issue)

2021-06-25 Thread meghna murthy
Hi Team , When ssl.client.auth=required is set , Srver is sending Certificate request with DN with junk certificates to client . Server has to send what certificates we have deployed since its sending junk certificate handshake is failing. Attaching the screenshot of junk certificates sent in

kafka broker with inconsistent data - NotLeaderForPartitionError

2021-06-25 Thread Nishant Kumar
Hi, We have a 13 node Kafka cluster and each broker has multiple disks and all topics have replication factor 3. Broker 6 had a hardware issue and required a complete OS reload (Linux) and 2 disk replacements. Now I installed Kafka again on this node with the same broker id 6 but started to get

Re: Certificate request not coming mtls

2021-06-25 Thread Anjali Sharma
Yes , already had SSL configuration in server.properties On Fri, Jun 25, 2021, 14:03 Ran Lupovich wrote: > You open seperate topics with no reason... I feel you are spamming the > mailing list your need to share more information to be able to > investigate and help you... is your

Re: Certificate request not coming mtls

2021-06-25 Thread Ran Lupovich
You open seperate topics with no reason... I feel you are spamming the mailing list your need to share more information to be able to investigate and help you... is your server.properties defines the SSL enabled in your port you are trying to connect? You need to setup step by step according

Re: Certificate request not coming mtls

2021-06-25 Thread Anjali Sharma
1.Was trying for mtls by setting SSL.client.auth=required 2. Had imported the trustore, keystore and everything on client side 3. Need to consume messages on client which we are not able to see Can you help with this? On Fri, Jun 25, 2021, 13:54 M. Manna wrote: > 1. What is it that you’ve

Re: Certificate request not coming mtls

2021-06-25 Thread M. Manna
1. What is it that you’ve tried ? 2. What config changes have you made? 3. What do you expect to see? On Fri, 25 Jun 2021 at 09:22, Anjali Sharma wrote: > Hii All, > > > Can you please help with this? > > While trying for mtls ssl.client.aut=required, server side in certificate > request the DN

Certificate request not coming mtls

2021-06-25 Thread Anjali Sharma
Hii All, Can you please help with this? While trying for mtls ssl.client.aut=required, server side in certificate request the DN are for some junk certificates which we have not deployed on server