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
The error is saying that your group-table has only 50 partitions (perhaps the default of your Kafka configuration if you have auto.create.topics.enable=true?) instead of the 400 partitions that your input streams have. Perhaps we should make the error message a bit more informative.
In goka, the input topics, joined tables and group tables have to have the same number of partitions (be copartitioned). You can output, of course, into topics with different number of partitions than the input.
Regarding your group table, you have two options: either you create the group table by hand with the same number of partitions as the input streams, or you let goka create for you by passing a zookeeper-based topic manager as option. Perhaps the wiki page can help you further.
Error creating processor: topic group-1-table has 50 partitions instead of 400 exit status 1
I see that this configuration comes from sarama. any particular reason I could be facing this.
The text was updated successfully, but these errors were encountered: