RE: consumer loses offset

2022-10-10 Thread Lorenzo Rovere
Hi, thanks for your response. Is there any chance the offset is never committed on the "__consumer_offsets” topic, although auto commit is enabled every 5 seconds? We are checking daily and the offset is always set to NULL. Lorenzo Rovere Technology Reply Via Avogadri, 2 31057 - Silea (TV)

JDBC Sink connector

2022-10-10 Thread Singh, Charandeep
Hi whenever I try to create a new connector it gets timed outcurl -s -X POST -H "Accept:application/json" -H "Content-Type:application/json" -d @connector-config.json http://localhost:8083/connectors {"error_code":500,"message":"Request timed out"} 4:13

Re: Apply to be a contributor for Kafka

2022-10-10 Thread Luke Chen
Hi Divya, Done. Thanks for the interest in Apache Kafka. Luke On Mon, Oct 10, 2022 at 6:20 AM Divya A L wrote: > I’m a developer of kafka, and I want to contribute for the project. Can I > be added as a contributor, as I would like to pick up an issue from the > jira board. > > jira ID : divya

Re: JDBC Sink connector

2022-10-10 Thread Steve Howard
Hi Charandeep, What is in the connect logs?  That generally has a full call stack. On 10/10/2022 7:11 AM, Singh, Charandeep wrote: Hi whenever I try to create a new connector it gets timed outcurl -s -X POST -H "Accept:application/json" -H "Content-Type:application/json" -d @connector-config.

[ANNOUNCE] New committer: Deng Ziming

2022-10-10 Thread Jason Gustafson
Hi All The PMC for Apache Kafka has invited Deng Ziming to become a committer, and we are excited to announce that he has accepted! Ziming has been contributing to Kafka for about three years. He has authored more than 100 patches and helped to review nearly as many. In particular, he made signif

Re: [ANNOUNCE] New committer: Deng Ziming

2022-10-10 Thread Matthew Benedict de Detrich
Congratulations! On Mon, 10 Oct 2022, 11:30 Jason Gustafson, wrote: > Hi All > > The PMC for Apache Kafka has invited Deng Ziming to become a committer, > and we are excited to announce that he has accepted! > > Ziming has been contributing to Kafka for about three years. He has > authored > mor

Re: [ANNOUNCE] New committer: Deng Ziming

2022-10-10 Thread Ismael Juma
Congratulations Ziming! Ismael On Mon, Oct 10, 2022 at 9:30 AM Jason Gustafson wrote: > Hi All > > The PMC for Apache Kafka has invited Deng Ziming to become a committer, > and we are excited to announce that he has accepted! > > Ziming has been contributing to Kafka for about three years. He h

Re: [ANNOUNCE] New committer: Deng Ziming

2022-10-10 Thread Bill Bejeck
Congrats Ziming! Regards, Bill On Mon, Oct 10, 2022 at 5:32 PM Ismael Juma wrote: > Congratulations Ziming! > > Ismael > > On Mon, Oct 10, 2022 at 9:30 AM Jason Gustafson > > wrote: > > > Hi All > > > > The PMC for Apache Kafka has invited Deng Ziming to become a committer, > > and we are exci

Re: Metadata Refresh and TimeoutException when MAX_BLOCK_MS_CONFIG set 0

2022-10-10 Thread Bhavesh Mistry
Hi Luke, Thanks for the pointers. Sorry for being late I was out. I would like to propose the following which might be a little different from the Old one: Kafka Producer must distinguish between *broker down state* vs *metadata NOT available* for a given topic. Like the boot-strap server

Re: consumer loses offset

2022-10-10 Thread Luke Chen
Hi Lorenzo, In theory, it should commit every 5 secs IF you keep polling the server. But I saw you "stopped" the consumer for some hours, which means the commit won't happen during this period. So, if it exceeds the retention period, it'll get deleted. That's my assumption. You need to check the l