Kafka client config in markdown-template and html-template #86
Closed
dalelane
started this conversation in
zArchived - AsyncAPI Hack 2021 - Submissions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pull requests:
asyncapi/markdown-template#174
asyncapi/asyncapi-react#447
A very tiny enhancement for the documentation generators
@asyncapi/markdown-templateand@asyncapi/html-templateto improve the documentation generated for Kafka applications.Inspired by a discussion in Slack
https://asyncapi.slack.com/archives/C0230UAM6R3/p1631889206093800
Examples in the PRs, but essentially it means that doc generated for Kafka apps include the
sasl.mechanismandsecurity.protocolfields that you have to provide when configuring Kafka clients.e.g.
results in this markdown:
and this html:
Beta Was this translation helpful? Give feedback.
All reactions