-
Notifications
You must be signed in to change notification settings - Fork 778
Closed
Labels
P1content/missing-informationMore information requested or neededMore information requested or needed
Milestone
Description
What content needs to be created or modified?
As improved in PR: dapr/components-contrib#1696
Now there are many changes in both kafka binding component and kakfa pubsub component.
We need to update the documentation for kafka binding component and kakfa pubsub component.
Describe the solution you'd like
Changes for kafka pubsub component:
- new feature: add support to disable comsume retry by set metadata "consumeRetryEnabled" to false
- To disable authentication, do not require disableTLS to be set to true.
Changes for kafka binding component:
- new feature: add support to set kafka ClientID
- new feature: add support for OAuth2/OIDC authentication and mTLS authentication
- metadata "authRequired" is deprecated, use "authType" instead.
- new feature: add support to enable comsume retry by set metadata "consumeRetryEnabled" to true
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1content/missing-informationMore information requested or neededMore information requested or needed