You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did experiment KStream-KTable Join issues with the default CooperativeSticky and setting the option to Range solved the issues (as confirmed by this comment #328 (comment)).
It would be nice to have the documentation aligned with the "real" default (and eventually set the default equal to Range as per above mentioned comment).
How to reproduce
Checklist
Please provide the following information:
A complete (i.e. we can run it), minimal program demonstrating the problem. No need to supply a project file.
A code snippet with your topology builder (ex: builder.Stream<string, string>("topic").to("an-another-topic");)
Streamiz.Kafka.Net nuget version.
Apache Kafka version.
Client configuration.
Operating system.
Provide logs (with in debug mode (log4net and StreamConfig.Debug) as necessary in configuration).
Critical issue.
The text was updated successfully, but these errors were encountered:
Description
The default value of PartitionAssignmentStrategy assigned in the StreamConfig constructor is CooperativeSticky see:
streamiz/core/StreamConfig.cs
Line 2321 in 940f098
streamiz/core/StreamConfig.cs
Lines 1966 to 1971 in 940f098
I did experiment KStream-KTable Join issues with the default CooperativeSticky and setting the option to Range solved the issues (as confirmed by this comment #328 (comment)).
It would be nice to have the documentation aligned with the "real" default (and eventually set the default equal to Range as per above mentioned comment).
How to reproduce
Checklist
Please provide the following information:
The text was updated successfully, but these errors were encountered: