Re: I want to subscribe

2024-06-07 Thread Matthias J. Sax
Follow instruction from the webpage: https://kafka.apache.org/contact On 6/4/24 9:01 AM, outof2...@sina.com wrote: I want to subscribe

I want to subscribe

2024-06-06 Thread outof2023
I want to subscribe

Subscribe to Kafka users mailing list

2023-01-13 Thread 华科-许加耀
subscribe

Re: Is there an equivalent of a "synchronous subscribe"?

2022-01-25 Thread Sebastian Proksch
o we can do the blocking ourselves until we get the completion signal. best Sebastian [1] https://pastebin.com/kmE0FJMy On Tue, Jan 25, 2022 at 8:27 AM Luke Chen wrote: > > Yes, there is no such "synchronous subscribe" method in Kafka. > Consumer group will start to work after

Re: Is there an equivalent of a "synchronous subscribe"?

2022-01-25 Thread Richard Bosch
ogic > is blocking and I find the following behavior unexpected... > > var con = ... // get consumer instance > con.subscribe(Set.of(SOME_TOPIC)); > var records = con.poll(Duration.ZERO) > > The poll will return an empty records array, even though there *IS* > data in

Re: Is there an equivalent of a "synchronous subscribe"?

2022-01-24 Thread Luke Chen
Yes, there is no such "synchronous subscribe" method in Kafka. Consumer group will start to work after `poll` is called. Inside Kafka, there are util methods like `awaitAssignment` or `awaitRebalance` to wait for the initialization completed for tests, which is checking with `poll` You

Re: Is there an equivalent of a "synchronous subscribe"?

2022-01-24 Thread Paul Whalen
ds array, even though there *IS* > data in said topic. Even when I register a `ConsumerRebalanceListener` > in the subscribe call, I won't ever see any assignment of > `TopicPartition` to the consumer, not even a delayed one. > > On the other hand, when I change the code to > >

Is there an equivalent of a "synchronous subscribe"?

2022-01-24 Thread Sebastian Proksch
unexpected... var con = ... // get consumer instance con.subscribe(Set.of(SOME_TOPIC)); var records = con.poll(Duration.ZERO) The poll will return an empty records array, even though there *IS* data in said topic. Even when I register a `ConsumerRebalanceListener` in the subscribe cal

Re: Subscribe for mailing list

2021-09-16 Thread Guozhang Wang
Hello Bhavik, You need to send to a separate mailing list to subscribe: https://kafka.apache.org/contact On Thu, Sep 16, 2021 at 8:48 AM Bhavik Ambani wrote: > Subscribe for mailing list > -- -- Guozhang

В ответ на: Subscribe for mailing list

2021-09-16 Thread Николай Родин
I have already subscribed and there is a notification! Please check! чт, 16 сент. 2021 в 18:49 Bhavik Ambani написал(-а): Subscribe for mailing list

Subscribe for mailing list

2021-09-16 Thread Bhavik Ambani
Subscribe for mailing list

Re: Subscribe to Kafka dev mailing list

2020-12-03 Thread Luke Chen
Hi, You should send an email to dev-subscr...@kafka.apache.org to subscribe to Kafka dev mailing list. Luke Thanks. On Thu, Dec 3, 2020 at 12:40 AM 阿满 <6065...@qq.com> wrote: > Subscribe to Kafka dev mailing list

Subscribe to Kafka dev mailing list

2020-12-02 Thread ????
Subscribe to Kafka dev mailing list

Re: Subscribe to Kafka user mailing list

2020-10-20 Thread Matthias J. Sax
If you want to subscribe, please follow the instructions from the web page: https://kafka.apache.org/contact -Matthias On 10/19/20 6:32 PM, Peng Lei wrote: > >

Subscribe to Kafka user mailing list

2020-10-20 Thread Peng Lei

Is the subscribe API broken in Kafka 2.2+?

2020-10-03 Thread Debdatta Bhattacharjee
Hello All, Just trying to understand if the subscribe API broken somehow? Reference: https://stackoverflow.com/questions/42707131/kafka-consumer-api-failed-to-subscribe-to-topic I am actually facing the same issue where call to subscribe() and followed by poll() within an infinite while look

Re: Re: subscribe comfirm

2020-06-07 Thread Luke Chen
Hi Roc, The 'signature' is not related to the subscription. Again, if you want to subscribe to the mailing list, please follow the instructions from the web page: https://kafka.apache.org/contact. <https://kafka.apache.org/contact> That is, to send an email to users-subscr...@

Re:Re: subscribe comfirm

2020-06-06 Thread Roc Marshal
Ok.I have a little question about your reply. Is the attachment 'signature' used as the voucher for subscribing to the email?Thank you.Best Roc. At 2020-06-07 04:26:47, "Matthias J. Sax" wrote: >Roc, > >if you want to subscribe to the mailing list, please follow

Re: subscribe comfirm

2020-06-06 Thread Matthias J. Sax
Roc, if you want to subscribe to the mailing list, please follow the instruction from the web page: https://kafka.apache.org/contact -Matthias On 6/6/20 9:32 AM, Roc Marshal wrote: > flin...@126.com > signature.asc Description: OpenPGP digital signature

subscribe comfirm

2020-06-06 Thread Roc Marshal
flin...@126.com

Re: subscribe kafka user mail

2020-02-27 Thread John Roesler
Hi there! To subscribe to the list, you have to email a different address: users-subscr...@kafka.apache.org. (see https://kafka.apache.org/contact.html). This also applies to the message you sent to dev (should have been dev-subscr...@kafka.apache.org). Thanks for joining the conversation

subscribe kafka user mail

2020-02-27 Thread Walker Xia
subscribe kafka user mail

Re: How to un-subscribe from Kafka user group

2019-07-31 Thread ASHOK MACHERLA
25 PM ASHOK MACHERLA wrote: > Hi Teammates > > Can anyone guide me to un-subscribe from Kafka user group. > > > Sent from Outlook<http://aka.ms/weboutlook> >

Re: How to un-subscribe from Kafka user group

2019-07-30 Thread Jakub Scholz
I think you should send an email to users-unsubscr...@kafka.apache.org - that should get you unsubscribed. Jakub On Tue, Jul 30, 2019 at 3:25 PM ASHOK MACHERLA wrote: > Hi Teammates > > Can anyone guide me to un-subscribe from Kafka user group. > > > Sent from Outlook<http://aka.ms/weboutlook> >

How to un-subscribe from Kafka user group

2019-07-30 Thread ASHOK MACHERLA
Hi Teammates Can anyone guide me to un-subscribe from Kafka user group. Sent from Outlook<http://aka.ms/weboutlook>

what's the sequence when consumer subscribe one topic's multi partition execute poll method

2019-07-14 Thread Xiangyuan LI
Hi, When our consumer poll messages from a topic every partition has very large delay,we found that some partitions decrease delay fast but others are even still increase. I think the reason is every consumer subscribes sevral partitions and broker will always response messages with the same p

Subscribe me, please

2019-01-15 Thread Javier Arias Losada

Re: multiple consumers on one partition using assign? (not subscribe)?

2018-10-17 Thread Ryanne Dolan
David, If the consumers never commit() or subscribe(), I don't think the group.id is relevant. Ryanne On Wed, Oct 17, 2018 at 10:04 AM David Baraff wrote: > I’m using Kafka for what I think is a somewhat non-standard purpose. We > have multiple producers which send messages to a

multiple consumers on one partition using assign? (not subscribe)?

2018-10-17 Thread David Baraff
sumers DO NOT commit offsets ever + new consumers set the offset to the “latest available” when they start + consumers don’t subscribe: they assign themselves to partition 0 of the topic This works fine: each consumer appears to get a copy of all the (new) messages that come in,

Re: How many consumers can subscribe to the same topic

2018-09-14 Thread Suman B N
9:37 PM Bobai Kato wrote: > Hi y’all, > > I’m pretty new to Kafka and wondering how many consumers I can have on a > topic. > > Can I have 500+ users subscribe to particular topic ? > > — Bobai (https://www.bobaikato.io/) > > -- *Suman* *OlaCabs*

How many consumers can subscribe to the same topic

2018-09-14 Thread Bobai Kato
Hi y’all, I’m pretty new to Kafka and wondering how many consumers I can have on a topic. Can I have 500+ users subscribe to particular topic ? — Bobai (https://www.bobaikato.io/)

Re: Subscribe to mailing list

2018-06-29 Thread Ted Yu
Please see https://kafka.apache.org/contact On Fri, Jun 29, 2018 at 10:54 AM, chinchu chinchu wrote: > >

Subscribe to mailing list

2018-06-29 Thread chinchu chinchu

Re: subscribe mail list

2018-05-25 Thread Matthias J. Sax
To subscribe, please follow instructions here: https://kafka.apache.org/contact On 5/24/18 8:16 PM, wrote: > subscribe mail list > signature.asc Description: OpenPGP digital signature

subscribe mail list

2018-05-25 Thread ????????????
subscribe mail list

Re: Does anyone publish or subscribe kafka topic in TestNG?

2018-05-13 Thread Jaikiran Pai
t might be the port. Perhaps the test case uses a SSL backed port? -Jaikiran On 13/05/18 1:46 PM, James Yu wrote: Hi, Does anyone publish or subscribe kafka topic in TestNG? I try to publish and subscribe kafka topic in my TestNG test case, and I always get the following exception: 2018-05-

Does anyone publish or subscribe kafka topic in TestNG?

2018-05-13 Thread James Yu
Hi, Does anyone publish or subscribe kafka topic in TestNG? I try to publish and subscribe kafka topic in my TestNG test case, and I always get the following exception: 2018-05-13 15:33:58.540 WARN o.a.kafka.common.network.Selector.pollSelectionKeys[531] - [Producer clientId=producer-1

Re: subscribe kafka user group

2018-04-09 Thread Ted Yu
See https://kafka.apache.org/contact Original message From: "vinly.zhao" Date: 4/9/18 5:21 AM (GMT-08:00) To: users@kafka.apache.org Subject: subscribe kafka user group Thanks, *Vincent Zhao*

subscribe kafka user group

2018-04-09 Thread vinly.zhao
Thanks, *Vincent Zhao*

subscribe kafka topics

2018-02-02 Thread Krishnakumar Gurumurthy

Re: subscribe to a group of topics, all partitions

2017-12-06 Thread Skip Montanaro
> Sometimes it seems to receive messages from all partitions (0, 1, 2). > At other times, it seems to start up only listening to just one > partition. Eh, never mind. Looks like pilot error. I accidentally had a stalled client still running. ("Stalled", as in had been doing something useful, but w

subscribe to a group of topics, all partitions

2017-12-06 Thread Skip Montanaro
, use of group_id means some partition assignment strategy comes into play. I'm also subscribing to a list of topics using the subscribe method. Setup looks like this: consumer = kafka.KafkaConsumer(bootstrap_servers="mybroker:9092", group_id="mygroup") consumer.subsc

Re: Fwd: Can you please subscribe me in this project

2017-10-19 Thread Matthias J. Sax
It's self-service: https://kafka.apache.org/contact -Matthias On 10/17/17 11:51 AM, Nikhil Deore wrote: > Hi, > > I want to learn and contribute to this project, > Please subscribe me in. > > Thanks, > Nikhil > signature.asc Description: OpenPGP digital signature

Re: Can you please subscribe me

2017-10-17 Thread Guozhang Wang
Hello Nikihil, It is a self-service. Guozhang On Tue, Oct 17, 2017 at 10:36 AM, Nikhil Deore wrote: > Thank you, > Nikhil > -- -- Guozhang

Fwd: Can you please subscribe me in this project

2017-10-17 Thread Nikhil Deore
Hi, I want to learn and contribute to this project, Please subscribe me in. Thanks, Nikhil

Can you please subscribe me in this project

2017-10-17 Thread Nikhil Deore
Hi, I want to learn and contribute to this project, Please subscribe me in. Thanks, Nikhil

Can you please subscribe me

2017-10-17 Thread Nikhil Deore
Thank you, Nikhil

Questions about Apache Kafka messages type/size and publish/subscribe

2017-10-11 Thread Heloise Chevalier
Hi, I'm not entirely certain this is the right place to ask, but I have questions about the functioning of Apache Kafka to implement a publish/subscribe messaging system. I am investigating Kafka to see if it fits the needs of the company I work for, and I have quite a few questions I can&#

Re: Two consumer groups for same topic . One with subscribe and other with manual assignment

2017-07-15 Thread Matthias J. Sax
It will not interfere. And this is independent of manual partition assignment or topic subscription. If you have different consumer group-ids it's independent of each other. -Matthias On 7/12/17 11:21 PM, venkata sastry akella wrote: > Hi > Can I have a one consumer group with automatic subcrip

Two consumer groups for same topic . One with subscribe and other with manual assignment

2017-07-12 Thread venkata sastry akella
Hi Can I have a one consumer group with automatic subcription and one group with manual assignment of partitions. To explain the scenario more, have a topic1 and several consumer processes are using group1 and each of the consumers in the groups got partitions assigned automatically by kafka. For

Subscribe Kafka

2017-06-19 Thread Velumani.R

Re: Subscribe to mailing list

2017-04-19 Thread Prahalad kothwal
Arun , send e-mail to users-subscr...@kafka.apache.org Thanks, Prahalad On Wed, Apr 19, 2017 at 8:24 PM, Arunkumar wrote: > > Hi There > I would like to subscribe to this mailing list and know more about kafka. > Please add me to the list. Thanks in advance > > Thanks >

Subscribe to mailing list

2017-04-19 Thread Arunkumar
Hi There I would like to subscribe to this mailing list and know more about kafka. Please add me to the list. Thanks in advance Thanks Arunkumar Pichaimuthu, PMP

Re: Request to subscribe

2017-04-05 Thread Matthias J. Sax
It's more helpful to cc'ed people that are not subscribed yet if you answer :) -Matthias On 4/4/17 11:39 PM, Shuai Lin wrote: > To subscribe you should send a message to users-subscr...@kafka.apache.org. > Please follow the instructions on https://kafka.apache.org/contact . &g

Re: Request to subscribe

2017-04-04 Thread Shuai Lin
To subscribe you should send a message to users-subscr...@kafka.apache.org. Please follow the instructions on https://kafka.apache.org/contact . On Wed, Apr 5, 2017 at 2:36 PM, Vidya Priyadarshni Narayan < vidya.nara...@go-jek.com> wrote: > -- > > Thanks > nVidia >

Request to subscribe

2017-04-04 Thread Vidya Priyadarshni Narayan
-- Thanks nVidia

Re: Subscribe to user mailing list

2017-03-01 Thread Matthias J. Sax
It's self service. See: http://kafka.apache.org/contact -Matthias On 3/1/17 8:48 AM, Mina Aslani wrote: > Hi, > > I would like to subscribe to user mailing list. > > Best regards, > Mina > signature.asc Description: OpenPGP digital signature

Subscribe to user mailing list

2017-03-01 Thread Mina Aslani
Hi, I would like to subscribe to user mailing list. Best regards, Mina

RE: First time implimention of publish and subscribe

2017-01-13 Thread Tauzell, Dave
Teal, Nicholas [mailto:nicholas.t...@va.gov] Sent: Friday, January 13, 2017 8:46 AM To: users@kafka.apache.org Subject: First time implimention of publish and subscribe I am being tasked to implement a publish and subscribe database system for patient data and am looking at apache to perform this

First time implimention of publish and subscribe

2017-01-13 Thread Teal, Nicholas
I am being tasked to implement a publish and subscribe database system for patient data and am looking at apache to perform this but am unclear as to which product would be best to use. It looks like apache kafka but I have found other apache products that provide this function as well. Is

Subscribe.

2016-12-19 Thread Venkata D
Subscribe.

Re: Subscribe to kafka user email group.

2016-07-06 Thread Matthias J. Sax
You need to send an email to users-subscr...@kafka.apache.org See https://kafka.apache.org/contact.html -Matthias On 07/06/2016 10:26 PM, Manoj Chaudhary wrote: > Thanks > Manoj > signature.asc Description: OpenPGP digital signature

Subscribe to kafka user email group.

2016-07-06 Thread Manoj Chaudhary
Thanks Manoj

Subscribe request

2016-05-04 Thread Qian, Sophie

Re: Subscribe on a topic that does not exist?

2016-04-08 Thread Gwen Shapira
It depends. If auto.topic.create.enable is true, a topic will be created. If its false, you will get some kind of topic doesn't exist exception. Gwen On Thu, Apr 7, 2016 at 11:49 AM, Shravan Ambati wrote: > Hi, > > I could not find answer to this in the documentation. > In Kafka 0.9.X, what hap

Subscribe on a topic that does not exist?

2016-04-08 Thread Shravan Ambati
Hi, I could not find answer to this in the documentation. In Kafka 0.9.X, what happens when the consumer calls consumer.subscribe for a non existant topic? Thanks Shravan

subscribe

2016-03-19 Thread 최종성
subscribe

Subscribe to this mailing list.

2016-03-18 Thread Amit kumar(Tech-Mantri)
Please add me to this mailing list. Thanks Amit Kumar

Re: Subscribe request

2016-03-15 Thread Punyavathi Ambur Krishnamurthy
kafka.apache.org/contact.html > >On Tue, Mar 15, 2016 at 11:48 AM, Punyavathi Ambur Krishnamurthy < >akpunyava...@athenahealth.com> wrote: > >> Hi, >> >> I would like to subscribe to this list to learn and implement Kafka. >> >> Thanks, >>

Re: Subscribe request

2016-03-15 Thread Christian Posta
Your best bet is to send a mail to subscr...@kafka.apache.org as outlined in the mailing list page http://kafka.apache.org/contact.html On Tue, Mar 15, 2016 at 11:48 AM, Punyavathi Ambur Krishnamurthy < akpunyava...@athenahealth.com> wrote: > Hi, > > I would like to subscribe

Subscribe request

2016-03-15 Thread Punyavathi Ambur Krishnamurthy
Hi, I would like to subscribe to this list to learn and implement Kafka. Thanks, Punya

Re: poll(0) after subscribe

2016-03-05 Thread Mansi Shah
Guozhang Thanks for the explanation !! Mansi. Sent from my iPhone > On Mar 5, 2016, at 3:38 PM, Guozhang Wang wrote: > > Guozhang

Re: poll(0) after subscribe

2016-03-05 Thread Guozhang Wang
Hi Mansi, 1) subscribe is a lazy call: only the subsequent poll() will do the leg work of talking to broker, registering the subscription, getting assigned partitions and issuing fetch requests to the partition leaders. 2) currently the timeout value for poll() does not count for the time

poll(0) after subscribe

2016-03-04 Thread Mansi Shah
Hi, I had a question around expected behavior / API expectations. Is subscribe a lazy call? What I mean by that is if I subscribe to a topic and then call poll(0), then is this first poll guaranteed to never return data? Will the data pre-fetch not start as soon as subscribe is called? Is

Re: subscribe kafka

2016-01-26 Thread Henrik Lundahl
Oops! So sorry about that... On Tue, Jan 26, 2016 at 8:25 PM, Henrik Lundahl wrote: > Hi > > Perhaps someone already told you, but you should send to > users-h...@kafka.apache.org instead to subscribe. > > > BR > > -- > Henrik > > > > On Sun, Jan 24, 2016 at 8:48 AM, Richard He > wrote: > >> >> >

Re: subscribe kafka

2016-01-26 Thread Henrik Lundahl
Hi Perhaps someone already told you, but you should send to users-h...@kafka.apache.org instead to subscribe. BR -- Henrik On Sun, Jan 24, 2016 at 8:48 AM, Richard He wrote: > >

subscribe kafka

2016-01-24 Thread Richard He

Re: Commit offsets only work for subscribe(), not assign()

2015-11-23 Thread Guozhang Wang
that. The commit API > > will not work for a consumer using manual assignment if its groupId is > > shared with another consumer using automatic assignment (with > subscribe()). > > When a consumer group is active, Kafka only allows commits from members > of > > th

Re: Commit offsets only work for subscribe(), not assign()

2015-11-23 Thread hsy...@gmail.com
its groupId is > shared with another consumer using automatic assignment (with subscribe()). > When a consumer group is active, Kafka only allows commits from members of > that group. > > -Jason > > On Fri, Nov 20, 2015 at 3:41 PM, Jason Gustafson > wrote: > > > Hey S

Re: Commit offsets only work for subscribe(), not assign()

2015-11-20 Thread Jason Gustafson
I suppose I should have added one qualification to that. The commit API will not work for a consumer using manual assignment if its groupId is shared with another consumer using automatic assignment (with subscribe()). When a consumer group is active, Kafka only allows commits from members of that

Re: Commit offsets only work for subscribe(), not assign()

2015-11-20 Thread Jason Gustafson
Hey Siyuan, The commit API should work the same regardless whether subscribe() or assign() was used. Does this not appear to be working? Thanks, Jason On Wed, Nov 18, 2015 at 4:40 PM, hsy...@gmail.com wrote: > In the new API, the explicit commit offset method call only works for > sub

Commit offsets only work for subscribe(), not assign()

2015-11-18 Thread hsy...@gmail.com
In the new API, the explicit commit offset method call only works for subscribe consumer, not the assign consumer, correct? Best, Siyuan

Re: Subscribe kafka users mailing list

2015-06-30 Thread Jason Gustafson
Hey Kashif, to subscribe, send a message to users-subscr...@kafka.apache.org . -Jason On Tue, Jun 30, 2015 at 1:16 AM, Kashif Hussain wrote: > Hi, > I want to subscribe Kafka users mailing list. > > Regards, > Kashif >

Subscribe kafka users mailing list

2015-06-30 Thread Kashif Hussain
Hi, I want to subscribe Kafka users mailing list. Regards, Kashif

Re: subscribe kafka

2015-06-16 Thread Guozhang Wang
Hello Jin, You can subscribe following these instructions: http://kafka.apache.org/contact.html Guozhang On Tue, Jun 16, 2015 at 11:31 AM, Jin Wang wrote: > > -- -- Guozhang

subscribe kafka

2015-06-16 Thread Jin Wang

subscribe please

2015-04-28 Thread Manish Malhotra
subscribe

please subscribe

2015-03-04 Thread Michael Minar
thank you

Re: confirm subscribe to users@kafka.apache.org

2015-02-17 Thread Ivan Dyachkov
istrative commands for the users list --- > > I can handle administrative requests automatically. Please > do not send them to the list address! Instead, send > your message to the correct command address: > > To subscribe to the list, send a message to: > > > To remove

subscribe email

2015-02-02 Thread Xinyi Su

subscribe kafka user subject email

2015-01-27 Thread 刘见康

subscribe to kafka

2014-12-25 Thread Chen He

Please subscribe for the group

2014-12-08 Thread ajay mittal
Please subscribe for the group Ajay

want to subscribe

2014-12-05 Thread David DONG

Re: confirm subscribe to users@kafka.apache.org

2014-11-24 Thread Ivan Dyachkov
istrative commands for the users list --- > > I can handle administrative requests automatically. Please > do not send them to the list address! Instead, send > your message to the correct command address: > > To subscribe to the list, send a message to: > > > To remove

Re: subscribe kafka mail list

2014-09-19 Thread François Langelier
; Hi, > I am interested in Kafka, I want to subscribe kafka mail lists, Thanks. >

subscribe kafka mail list

2014-09-19 Thread happyyan...@gmail.com
Hi, I am interested in Kafka, I want to subscribe kafka mail lists, Thanks.

Re: Subscribe me

2014-08-18 Thread François Langelier
On Mon, Aug 18, 2014 at 4:55 PM, Neha Narkhede wrote: > Here are instructions on how to subscribe correctly - > http://kafka.apache.org/contact.html > > > On Mon, Aug 18, 2014 at 5:41 AM, Nishit Kumar > wrote: > > > > > >

Re: Subscribe me

2014-08-18 Thread Neha Narkhede
Here are instructions on how to subscribe correctly - http://kafka.apache.org/contact.html On Mon, Aug 18, 2014 at 5:41 AM, Nishit Kumar wrote: > >

Subscribe me

2014-08-18 Thread Nishit Kumar

  1   2   >