Skip to main content

Posts

Re: [ANNOUNCE] New committer: Deng Ziming

Congratulations Ziming! Ismael On Mon, Oct 10, 2022 at 9:30 AM Jason Gustafson <jason@confluent.io.invalid> 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 > more than 100 patches and helped to review nearly as many. In particular, > he made significant contributions to the KRaft project which had a big part > in reaching our production readiness goal in the 3.3 release: > https://blogs.apache.org/kafka/entry/what-rsquo-s-new-in . > > Please join me in congratulating Ziming! Thanks for all of your > contributions! > > -- Jason, on behalf of the Apache Kafka PMC >

Re: [ANNOUNCE] New committer: Deng Ziming

Congratulations! On Mon, 10 Oct 2022, 11:30 Jason Gustafson, <jason@confluent.io.invalid> 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 > more than 100 patches and helped to review nearly as many. In particular, > he made significant contributions to the KRaft project which had a big part > in reaching our production readiness goal in the 3.3 release: > https://blogs.apache.org/kafka/entry/what-rsquo-s-new-in . > > Please join me in congratulating Ziming! Thanks for all of your > contributions! > > -- Jason, on behalf of the Apache Kafka PMC >

[ANNOUNCE] New committer: Deng Ziming

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 significant contributions to the KRaft project which had a big part in reaching our production readiness goal in the 3.3 release: https://blogs.apache.org/kafka/entry/what-rsquo-s-new-in . Please join me in congratulating Ziming! Thanks for all of your contributions! -- Jason, on behalf of the Apache Kafka PMC

Re: JDBC Sink connector

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.json http://localhost:8083/connectors > {"error_code":500,"message":"Request timed out"} > 4:13< https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398606596419 > > where can we see logs related to it .. > 4:13< https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398624991459 > > in connect.log, all i can see is > [2022-10-10 10:07:44,524] TRACE [Worker clientId=connect-1, groupId=connect-demo-group] Submitting connector config write request oss-atp-connector (org.apache.kafka.connect.runtime.distributed.DistributedHerder:864) > > this is connector-config.json ...

Re: Apply to be a contributor for Kafka

Hi Divya, Done. Thanks for the interest in Apache Kafka. Luke On Mon, Oct 10, 2022 at 6:20 AM Divya A L < divyaal22@gmail.com > 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 : divyaal22 > > Thanks! > Divya >

JDBC Sink connector

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< https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398606596419 > where can we see logs related to it .. 4:13< https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398624991459 > in connect.log, all i can see is [2022-10-10 10:07:44,524] TRACE [Worker clientId=connect-1, groupId=connect-demo-group] Submitting connector config write request oss-atp-connector (org.apache.kafka.connect.runtime.distributed.DistributedHerder:864) this is connector-config.json { "name": "oss-atp-connector", "config": { "connector.class": "JdbcSinkConnector", "tasks.max": "2", "co...

RE: consumer loses offset

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) - ITALY phone: +39 0422 1836521 l.rovere@reply.it www.reply.it -----Original Message----- From: Luke Chen < showuon@gmail.com > Sent: 7 October, 2022 2:15 PM To: users@kafka.apache.org Subject: Re: consumer loses offset Hi Lorenzo, Sounds like it is caused by this bug: https://issues.apache.org/jira/browse/KAFKA-13636 If you're not in the versions of fixed version list or newer, please try to upgrade it. Thanks. Luke On Fri, Oct 7, 2022 at 5:36 PM Lorenzo Rovere < l.rovere@reply.it > wrote: > Hi everyone, I have a simple question about Kafka offsets. > > We have 1 producer and 1 consumer. > > Imagine the co...