Re: Kafka Subscription

2021-10-31 Thread Luke Chen
Hi Sabari, To subscribe, you should send an email to users-subscr...@kafka.apache.org. Not users@kafka.apache.org. Thanks. Luke On Sun, Oct 31, 2021 at 11:46 PM Sabari MayaKrishnan wrote: > Hi, > > For Kafka subscription >

Kafka Subscription

2021-10-31 Thread Sabari MayaKrishnan
Hi, For Kafka subscription

Subscription Confirmation

2020-09-30 Thread omer bar lev
I confirm

Re: Incremental topic subscription

2020-03-12 Thread Pedro Cardoso
Hello, Does anyone have insight into this? Does Kafka support incremental topic subscription and unsubscription? This question is in the context of the latest Kafka version (2.4.0). Thank you. Pedro Cardoso Research Data Engineer pedro.card...@feedzai.com [image: Follow Feedzai on

Incremental topic subscription

2020-03-04 Thread Pedro Cardoso
ibe method with a list of topics <https://kafka.apache.org/0110/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#subscribe(java.util.Collection,%20org.apache.kafka.clients.consumer.ConsumerRebalanceListener)>, it is mentioned that topic subscription is not incremental. Does the s

subscription

2018-08-24 Thread lsroudi abdel
-- Big Data Architect / Consultant chez Orange https://github.com/lsroudi

Re: Change in email id for Subscription

2018-07-02 Thread Matthias J. Sax
It's self-service. Unsubscribe with your old email and subscribe with your new one: https://kafka.apache.org/contact On 7/1/18 9:19 PM, Malik, Shibha (GE Renewable Energy, consultant) wrote: > Hi, > > I want to change my email id for subscription. Is this the right group

Change in email id for Subscription

2018-07-01 Thread Malik, Shibha (GE Renewable Energy, consultant)
Hi, I want to change my email id for subscription. Is this the right group to email to ? Thanks, Shibha

Re: Dynamic topic subscription without using pattern

2018-01-07 Thread Skip Montanaro
ot;chintan mavawala" wrote: > Exactly. This is what I want to achieve. > > Is it good practice to keep on updating subscription list of same kafka > consumer? > > Any concerns in multi threaded environment? > > Regards, > Chintan > > On 07-Jan-2018 6:32 PM,

Re: Dynamic topic subscription without using pattern

2018-01-07 Thread chintan mavawala
Exactly. This is what I want to achieve. Is it good practice to keep on updating subscription list of same kafka consumer? Any concerns in multi threaded environment? Regards, Chintan On 07-Jan-2018 6:32 PM, "Skip Montanaro" wrote: Got it. Does it work to maintain your currently

Re: Dynamic topic subscription without using pattern

2018-01-07 Thread Skip Montanaro
hasn't been great. I suspect my mental model of how it's implemented > isn't > > a close approximation of reality. > > > > Skip > > > > On Jan 6, 2018 4:07 AM, "chintan mavawala" > wrote: > > > > I want to subscribe to all to

Re: Dynamic topic subscription without using pattern

2018-01-06 Thread chintan mavawala
gt; consumer.subscribe(pattern=".") > > work? I say "in theory" because my experience with subscribing by pattern > hasn't been great. I suspect my mental model of how it's implemented isn't > a close approximation of reality. > > Skip > > O

Re: Dynamic topic subscription without using pattern

2018-01-06 Thread Skip Montanaro
my mental model of how it's implemented isn't > a close approximation of reality. > > Skip > > On Jan 6, 2018 4:07 AM, "chintan mavawala" wrote: > > I want to subscribe to all topics as they are created but topic names does > not have any pattern. Consu

Re: Dynamic topic subscription without using pattern

2018-01-06 Thread chintan mavawala
approximation of reality. Skip On Jan 6, 2018 4:07 AM, "chintan mavawala" wrote: I want to subscribe to all topics as they are created but topic names does not have any pattern. Consumer starts with subscription to let's say 3 topics and add more topics to exisiting kafka consume

Re: Dynamic topic subscription without using pattern

2018-01-06 Thread Skip Montanaro
8 4:07 AM, "chintan mavawala" wrote: I want to subscribe to all topics as they are created but topic names does not have any pattern. Consumer starts with subscription to let's say 3 topics and add more topics to exisiting kafka consumer as they are created. Regards, Chintan On

Re: Dynamic topic subscription without using pattern

2018-01-06 Thread chintan mavawala
I want to subscribe to all topics as they are created but topic names does not have any pattern. Consumer starts with subscription to let's say 3 topics and add more topics to exisiting kafka consumer as they are created. Regards, Chintan On 04-Jan-2018 11:02 PM, "Jordan Pilat"

Re: Dynamic topic subscription without using pattern

2018-01-04 Thread Jordan Pilat
Did you want to subscribe to all topics as they are created, or to exclude some of them? If the latter, is there a pattern in the names of the topics you wish to exclude? - Jordan Pilat On 2018-01-03 23:39, chintan mavawala wrote: > Hi, > > We have a use case where we need to start kafka con

Dynamic topic subscription without using pattern

2018-01-03 Thread chintan mavawala
Hi, We have a use case where we need to start kafka consumer with a fixed list of kafka topics and add more topics on the fly. Since there is no pattern in names of topics, using pattern for dynamic subscriptions of topics is not feasible. Is it a good practice to subscribe to topics on given kaf

Does subscription by pattern work properly?

2018-01-03 Thread Skip Montanaro
ext() call hanging indefinitely: import kafka consumer = kafka.KafkaConsumer(bootstrap_servers="server:9092", group_id="skip-test") consumer.subscribe(pattern="^topic") consumer.next() The only way I got pattern subscription to work is by anchoring the tail end of the pattern. This wa

Re: Kafka mailing list subscription

2017-12-13 Thread Matthias J. Sax
See https://kafka.apache.org/contact for instructions. -Matthias On 12/13/17 12:01 AM, Seslav Lazarov wrote: > unsubscribe > signature.asc Description: OpenPGP digital signature

Kafka mailing list subscription

2017-12-13 Thread Seslav Lazarov
unsubscribe

Re: subscription

2017-10-09 Thread Matthias J. Sax
See http://kafka.apache.org/contact On 10/9/17 8:27 AM, Emanuele Ianni wrote: > subscription > signature.asc Description: OpenPGP digital signature

subscription

2017-10-09 Thread Emanuele Ianni
subscription -- Distinti Saluti Emanuele Ianni Le informazioni e gli allegati contenuti in questa e-mail sono considerati confidenziali e possono essere riservati. Qualora non foste il destinatario, siete pregati di distruggere questo messaggio e notificarmi il problema immediatamente. In ogni

Re: subscription

2017-09-29 Thread Ted Yu
See instruction at https://kafka.apache.org/contact On Fri, Sep 29, 2017 at 7:01 AM, Alex.Chen wrote: > subscription >

subscription

2017-09-29 Thread Alex.Chen
subscription

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-16 Thread Guozhang Wang
tually not > >> *that* > >> > important to me. > >> > The main thing is that I'm able somehow to add a new kafka topic to > the > >> > source of the streams application at runtime, triggered by messages > >> flowing > >> > on

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-16 Thread Bart Vercammen
>> > When 'B' is added, I would expect the streams application to start >> reading >> > from 'latest' (but not that important) >> > When 'A' is removed, the state from 'A' is still valid in the state >> stores, >>

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-15 Thread Bart Vercammen
; is still valid in the state > stores, > > but 'A' should not be tracked anymore. > > When 'A' is added again, I would expect the streams application to start > > reading from 'latest' (not the committed offset, but again not that > > im

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-14 Thread Guozhang Wang
streams application to start > reading from 'latest' (not the committed offset, but again not that > important for my use-case) > > But this being said, my main focus is on the ability to 'add' new kafka > topics to the application rather than removing them. &

Subscription

2017-08-14 Thread Srikanth Sampath
Hi, Would like to subscribe. -Srikanth

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-14 Thread Bart Vercammen
pect the streams application to start reading from 'latest' (not the committed offset, but again not that important for my use-case) But this being said, my main focus is on the ability to 'add' new kafka topics to the application rather than removing them. What I could do is de

Re: [kafka streams] discuss: dynamically update subscription pattern

2017-08-13 Thread Guozhang Wang
Hello Bart, Before we talk about dynamic subscription in Streams I'd like to ask some more questions about your usage. Let's say the current running application is reading from topic A, and have just reached offset 100; now from the global state there is a notification saying "

[kafka streams] discuss: dynamically update subscription pattern

2017-08-11 Thread Bart Vercammen
Hi, I have a question basically on how it would be the best way to implement something within Kafka Streams. The thing I would like to do: "dynamically update the subscription pattern of the source topics. The reasoning behind this (in my project): meta data about the source topics is ev

Re: Subscription to this list

2017-04-12 Thread Matthias J. Sax
It's self-service: http://kafka.apache.org/contact -Matthias On 4/11/17 11:17 PM, Vidya Priyadarshni Narayan wrote: signature.asc Description: OpenPGP digital signature

Subscription

2017-04-12 Thread Jaikishan Khatwani
Please subscribe to user questions news letter. Regards,  -Jaikishan

Subscription to this list

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

Re: Subscription

2016-06-11 Thread Brian Lueck
Hi Sauradipta, You want to send this email to users-subscr...@kafka.apache.org instead. -brian > On Jun 11, 2016, at 2:35 AM, sauradipta dutta > wrote: > > I want to get subscribed to Kafka mailing list

Subscription

2016-06-11 Thread sauradipta dutta
I want to get subscribed to Kafka mailing list

Re: Subscription to the mailing list

2015-11-23 Thread Prabhjot Bharaj
Hi, You can subscribe using the steps mentioned here: http:// kafka.apache.org / contact.html Regards, Prabhjot On Nov 23, 2015 8:51 PM, "Devill

Subscription to the mailing list

2015-11-23 Thread Deville Deville
Hi. Please I want to subscribe to the mailing list. Please add me I have some question. Thanks in advance.

Re: Subscription Request

2015-11-17 Thread Prabhjot Bharaj
Hi Saurabh, Sure thing. You can follow the steps here: http://kafka.apache.org/contact.html Regards, Prabhjot On Nov 18, 2015 11:32 AM, "saurabh pratap singh" wrote: > Hi > > I have recently started using kafka and I want to subscribe to mailing list > . > > > Thanks > Saurabh >

Subscription Request

2015-11-17 Thread saurabh pratap singh
Hi I have recently started using kafka and I want to subscribe to mailing list . Thanks Saurabh

Re: Subscription Request

2015-09-24 Thread Karthikeyan Annamalai
Hi Dasun Polwatta, You* can subscribe to this emails by sending an* email to users-subscr...@kafka.apache.org < users-subscr...@kafka.apache.org> On Thu, Sep 24, 2015 at 11:10 AM, Dasun Polwatta wrote: > Hello Apache Kafka team, > > I would like to subscribe to your general questions mailing li

Subscription Request

2015-09-24 Thread Dasun Polwatta
Hello Apache Kafka team, I would like to subscribe to your general questions mailing list. Thank You, Best Regards, Dasun Polwatta CONFIDENTIALITY NOTICE: This e-mail, including any attachment, is confidential and may contain legally privileged information. If you are not the intended recipient

Kafka users subscription list

2015-07-11 Thread venkateshwara reddy gowru
-- Thanks & Regards Venkateshwara Reddy Gowru Java Developer Phone: 832-284-1559

Re: Subscription request for Apache Kafka User list

2015-05-25 Thread Nipur Patodi
Thanks Guozhang, On May 25, 2015 9:46 PM, "Guozhang Wang" wrote: > Hi Nipur, > > You can take a look at: http://kafka.apache.org/contact.html > > It is self-service. > > Guozhang > > On Mon, May 25, 2015 at 1:48 AM, Nipur Patodi > wrote: > > > Hi, > > > > Can you please add my name in apache Kaf

Re: Subscription request for Apache Kafka User list

2015-05-25 Thread Guozhang Wang
Hi Nipur, You can take a look at: http://kafka.apache.org/contact.html It is self-service. Guozhang On Mon, May 25, 2015 at 1:48 AM, Nipur Patodi wrote: > Hi, > > Can you please add my name in apache Kafka user list? > > Thanks, > > _Nipur > -- -- Guozhang

Subscription request for Apache Kafka User list

2015-05-25 Thread Nipur Patodi
Hi, Can you please add my name in apache Kafka user list? Thanks, _Nipur

Re: Subscription

2014-09-03 Thread Massimiliano Tomassi
sateur Olympiades ÉTS 2012 > Compétition Québécoise d'Ingénierie 2012 - Compétition Senior > > > On Wed, Sep 3, 2014 at 11:05 AM, Massimiliano Tomassi < > max.toma...@gmail.com> wrote: > >> Subscription >> >> -- >> --

Re: Subscription

2014-09-03 Thread François Langelier
2014 Jeux de Génie <http://www.jdgets.com/> 2011 à 2014 Magistrat Fraternité du Piranha <http://fraternitedupiranha.com/> Comité Organisateur Olympiades ÉTS 2012 Compétition Québécoise d'Ingénierie 2012 - Compétition Senior On Wed, Sep 3, 2014 at 11:05 AM, Massimili

Subscription

2014-09-03 Thread Massimiliano Tomassi
Subscription -- Massimiliano Tomassi web: http://about.me/maxtomassi e-mail: max.toma...@gmail.com mobile: +447751193667

kafka users subscription

2014-07-01 Thread Prashant Prakash

kafka users subscription

2014-07-01 Thread Prashant Prakash

Re: multi-subscription

2013-08-15 Thread Jay Kreps
Yup. The docs go into a bit more detail. -Jay On Thu, Aug 15, 2013 at 3:05 PM, Yu, Libo wrote: > Hi, > > In Jun's presentation about kafka, multi-subscription is mentioned as a > feature of kafka. > Do that mean one consumer can consume multiple partitions on differe

multi-subscription

2013-08-15 Thread Yu, Libo
Hi, In Jun's presentation about kafka, multi-subscription is mentioned as a feature of kafka. Do that mean one consumer can consume multiple partitions on different brokers? Thanks. Regards, Libo

Re: mailinglist subscription

2013-04-26 Thread Jun Rao
Yes, see http://www.apache.org/foundation/mailinglists.html Thanks, Jun On Fri, Apr 26, 2013 at 6:28 AM, Ke Ren wrote: > is there any way I can unsubscribe from this mail list? > > > On Fri, Apr 26, 2013 at 2:11 PM, Francis Dallaire < > francis.dalla...@ubisoft.com> wrote: > > > The lists are

Re: mailinglist subscription

2013-04-26 Thread Ke Ren
is there any way I can unsubscribe from this mail list? On Fri, Apr 26, 2013 at 2:11 PM, Francis Dallaire < francis.dalla...@ubisoft.com> wrote: > The lists are managed by ezmlm, so you have to send an email to : > > users-subscr...@kafka.apache.org > > You will be added automatically. > > Frank

RE: mailinglist subscription

2013-04-26 Thread Francis Dallaire
The lists are managed by ezmlm, so you have to send an email to : users-subscr...@kafka.apache.org You will be added automatically. Frank

mailinglist subscription

2013-04-25 Thread subhankar biswas
hi, my name is subhankar. i want to subscribe the group

RE: Subscription Issue.

2012-12-13 Thread Jamie Wang
The email below from Jun will should help you on the subscription. On Wed, Dec 5, 2012 at 1:18 PM, Jun Rao wrote: > We recently graduated to a top-level Apache project and have new > mailing lists. You need to subscribe to > dev-subscr...@kafka.apache.org > users-subscr...@kafk

Subscription Issue.

2012-12-13 Thread Jason Huang
Hello, I am interested in learning more about Kafka. I just sent a subscription request to kafka-users-subscr...@incubator.apache.org (as indicated at http://incubator.apache.org/kafka/contact.html) but this email address seems to be incorrect. Could someone help to add me to the mail list

subscription

2012-12-03 Thread Prasanth J
Thanks -- Prasanth