ansform before the settings-confirm
> >>>>> transform before the settings-update transform?
> >>>>>
> >>>>>
> >>>>>
> >>>>> вт, 16 янв. 2018 г. в 21:39, Matthias J. Sax >:
> >>>>>
t be able to buffer multiple records from the KTable and
>>>>>> KStream input and also store the corresponding timestamps to perform
>>> the
>>>>>> join correctly. It's not trivial but also also not rocket-science.
>>>>>>
&g
so store the corresponding timestamps to perform
>> the
>> >>> join correctly. It's not trivial but also also not rocket-science.
>> >>>
>> >>> If we need stronger guarantees, it's the best way to follow though
>> atm,
>> >>&
> >>>
> >>> -Matthias
> >>>
> >>>
> >>> On 1/16/18 5:34 PM, Dmitry Minkovsky wrote:
> >>>> Right now I am thinking of re-writing anything that has these
> >>> problematic
> >>>> KStream/KTab
> problematic
>>>> KStream/KTable joins as KStream#transform() wherein the state store is
>>>> manually used. Does that makes sense as an option for me?
>>>>
>>>> -Dmitry
>>>>
>>>> On Tue, Jan 16, 2018 at 6:08 PM, Dmitry Mi
inking of re-writing anything that has these
>> problematic
>> > KStream/KTable joins as KStream#transform() wherein the state store is
>> > manually used. Does that makes sense as an option for me?
>> >
>> > -Dmitry
>> >
>> > On Tue, Ja
> > On Tue, Jan 16, 2018 at 6:08 PM, Dmitry Minkovsky
> > wrote:
> >
> >> Earlier today I posted this question to SO
> >> <
> https://stackoverflow.com/questions/48287840/kafka-streams-topology-does-not-replay-correctly
> >
> >> :
> >
Stream#transform() wherein the state store is
> manually used. Does that makes sense as an option for me?
>
> -Dmitry
>
> On Tue, Jan 16, 2018 at 6:08 PM, Dmitry Minkovsky
> wrote:
>
>> Earlier today I posted this question to SO
>> <https://stackoverflow.co
ted this question to SO
> <https://stackoverflow.com/questions/48287840/kafka-streams-topology-does-not-replay-correctly>
> :
>
> > I have a topology that looks like this:
>
> KTable users = topology.table(USERS,
> Consumed.with(byteStringSerde, userSerde), Materia
Earlier today I posted this question to SO
<https://stackoverflow.com/questions/48287840/kafka-streams-topology-does-not-replay-correctly>
:
> I have a topology that looks like this:
KTable users = topology.table(USERS,
Consumed.with(byteStringSerde, userSerde), Materialized
10 matches
Mail list logo