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
Kafka only allows [a-zA-Z0-9\\._\\-] being used in group.id and client.id (see this and this). Doing otherwise causes weird errors when attempting to set the client.id for example (eg. Unknown broker error) .
We should make sure our internal IDs are constructed according to Kafka rules.
The text was updated successfully, but these errors were encountered:
Kafka only allows
[a-zA-Z0-9\\._\\-]
being used ingroup.id
andclient.id
(see this and this). Doing otherwise causes weird errors when attempting to set theclient.id
for example (eg.Unknown broker error
) .We should make sure our internal IDs are constructed according to Kafka rules.
The text was updated successfully, but these errors were encountered: