Re: Emit events that are NOT joined

2021-03-16 Thread Blake Miller
I think what you described can be accomplished using the low-level API (perhaps by implementing a custom Transformer). You would create your own store for this Transformer to use, and implement your own join logic which includes emitting these records for secondary events that couldn't be joined

Re: Slightly Modified Sticky Assignor.

2021-03-16 Thread Sophie Blee-Goldman
Just FYI, I filed a ticket to improve the Consumer#committed API. You can track this on https://issues.apache.org/jira/browse/KAFKA-12485 On Tue, Mar 16, 2021 at 2:16 AM Mazen Ezzeddine < mazen.ezzedd...@etu.univ-cotedazur.fr> wrote: > Great, thanks so much for the detailed answer. > > Best, >

Re: Docker images

2021-03-16 Thread Robin Moffatt
There is a similar discussion about Kafka Connect images here: https://issues.apache.org/jira/browse/KAFKA-9774 -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Tue, 16 Mar 2021 at 16:04, Francois Papon wrote: > Hi, > > It would be nice to push an official

Re: Docker images

2021-03-16 Thread Francois Papon
Hi, It would be nice to push an official version on https://hub.docker.com/u/apache :) regards, François fpa...@apache.org Le 16/03/2021 à 15:34, Joris Peeters a écrit : > There's an official Confluent version: > https://hub.docker.com/r/confluentinc/cp-kafka/

Re: Docker images

2021-03-16 Thread Joris Peeters
There's an official Confluent version: https://hub.docker.com/r/confluentinc/cp-kafka/ On Tue, Mar 16, 2021 at 2:24 PM Otar Dvalishvili wrote: > Greetings, > Why there are no official Kafka Docker images? >

Docker images

2021-03-16 Thread Otar Dvalishvili
Greetings, Why there are no official Kafka Docker images?

Re: Slightly Modified Sticky Assignor.

2021-03-16 Thread Mazen Ezzeddine
Great, thanks so much for the detailed answer. Best, From: Sophie Blee-Goldman Sent: Tuesday, March 16, 2021 5:58 AM To: users@kafka.apache.org Subject: Re: Slightly Modified Sticky Assignor. Hey Mazen, The easiest way to approach this is probably to pass in a

Re: Redis as state store

2021-03-16 Thread Guozhang Wang
Thanks! On Mon, Mar 15, 2021 at 8:38 PM Sophie Blee-Goldman wrote: > Yep, that fell off my radar. Here we go: > https://issues.apache.org/jira/browse/KAFKA-12475 > > On Mon, Mar 15, 2021 at 8:09 PM Guozhang Wang wrote: > > > Hey Sophie, > > > > Maybe we can first create a JIRA ticket for