Skip to content

Document for kafka binding component and kakfa pubsub component need to update #2437

@skyao

Description

@skyao

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

dapr/components-contrib#1696

Additional context

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions