dapr / dapr/components-contrib
Kafka's clientID to default to appID
Open
area/runtime/binding
area/runtime/pubsub
good first issue
P1
pinned
- Dominant language
- Go
- Stars
- 602
- Forks
- 580
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 6
Description
Today, Kafka's pubsub and binding default clientID to `sarama` - which is useless. Since clientID is used by Kafka to apply quotas and set in tracing, defaulting to Dapr's appID make more sense.
https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-apache-kafka/#spec-metadata-fields
Related to: https://github.com/dapr/dapr/issues/5690
Contributor guide
Assessment
This issue has not been assessed yet.