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
Note that specifying the whole group id is not expected as described in #13223 (comment). So maybe we should remove consumer_group from properties to avoid confusion.
So maybe we should remove consumer_group from properties to avoid confusion.
We've removed the group.id from the dev doc to avoid unexpected behavior.
Users may want to customize it to be consumer_ or something else.
I am afraid of bringing up more confusion for normal users that we have to explain how RW uses the low-level API and how splits are distributed to different actors. group.id is required by the kafka client but we don't necessarily need it.
Currently we hardcode it to be
consumer-
. Users may want to customize it to beconsumer_
or something else.risingwave/src/connector/src/source/kafka/source/reader.rs
Lines 79 to 90 in e723f6a
Note that specifying the whole group id is not expected as described in #13223 (comment). So maybe we should remove
consumer_group
from properties to avoid confusion.cc @shanicky @tabVersion
The text was updated successfully, but these errors were encountered: