Re: New Kafka Consumer : unknown member id

2021-10-28 Thread Luke Chen
Hi, Which version of kafka client are you using? I can't find this error message in the source code. When googling this error message, it showed the error is in Kafka v0.9. Could you try to use the V3.0.0 and see if that issue still exist? Thank you. Luke On Thu, Oct 28, 2021 at 11:15 PM Kafka L

Contributors list

2021-10-28 Thread Kokoori, Shylaja
Hi, I have created a ticket and would like to work on it. Documentation says "you need to be in the contributors list of Apache Kafka in order to be assigned to a JIRA ticket". Can I be added to the contributors list? Full name is Shylaja Kokoori Thanks, -Shylaja -

Re: MirorMaker 2 - Accessing State Store ChangeLogs

2021-10-28 Thread Neeraj Vaidya
Hi All Anybody has inputs on my question below ? Regards, Neeraj > On 26 Oct 2021, at 7:12 am, Neeraj Vaidya > wrote: > > Hello Experts > Any comments on this ? > > Regards, > Neeraj > > >> On 24 Oct 2021, at 11:55 am, Neeraj Vaidya wrote: >> >> Hi All, >> In an Active-Active MM2 (Mir

Re: Kafka streams - message not materialized in intermediate topics

2021-10-28 Thread Bill Bejeck
Hi Tomer, To dump the topology you can do `System.out.println(topology.describe().toString())`. But if you can post just the code that would be fine as well. I understand about the logs, one thing to do is grep out any sensitive information, but I get it if you can't do that. Thanks, Bill On Th

Re: Kafka streams - message not materialized in intermediate topics

2021-10-28 Thread Tomer Cohen
Hi Bill, Is there an easy way to dump the topology to share? The logs contain sensitive information, is there something else that can be provided? Thanks, Tomer On Thu, Oct 28, 2021 at 12:23 PM Bill Bejeck wrote: > Hi Tomer, > > Can you share your topology and any log files? > > Thanks, > Bi

Re: Kafka streams - message not materialized in intermediate topics

2021-10-28 Thread Bill Bejeck
Hi Tomer, Can you share your topology and any log files? Thanks, Bill On Thu, Oct 28, 2021 at 12:07 PM Tomer Cohen wrote: > Hi Bill/Matthias, > > Thanks for the replies. > > The issue is I never see a result, I have a log that shows the message > coming in, but the adder/subtractor is never in

Re: Kafka streams - message not materialized in intermediate topics

2021-10-28 Thread Tomer Cohen
Hi Bill/Matthias, Thanks for the replies. The issue is I never see a result, I have a log that shows the message coming in, but the adder/subtractor is never invoked for it even though it should. So no result gets published to the intermediate topic I have. Thanks, Tomer On Thu, Oct 28, 2021 a

Re: Kafka streams - message not materialized in intermediate topics

2021-10-28 Thread Bill Bejeck
Tomer, As Matthias pointed out for a single, final result you need to use the `suppress()` operator. But back to your original question, they are processed by the adder/subtractor and are not > materialized in the intermediate topics which causes them not to be > outputted in the final topic >

New Kafka Consumer : unknown member id

2021-10-28 Thread Kafka Life
Dear Kafka Experts We have set up a group.id (consumer ) = YYY But when tried to connect to kafka instance : i get this error message. I am sure this consumer (group id does not exist in kafka) .We user plain text protocol to connect to kafka 2.8.0. Please suggest how to resolve this issue. D

Re: Contributors list

2021-10-28 Thread Matthias J. Sax
Done. On 10/27/21 11:55 PM, Michael Negodaev wrote: Hello! Please add me to the contributor list in JIRA with username "mnegodaev". Thank you.