Skip to content

KAFKA-20366: Add syntax highlighting across docs (security and streams)#21965

Open
gomudayya wants to merge 3 commits intoapache:trunkfrom
gomudayya:KAFKA-20366-part2
Open

KAFKA-20366: Add syntax highlighting across docs (security and streams)#21965
gomudayya wants to merge 3 commits intoapache:trunkfrom
gomudayya:KAFKA-20366-part2

Conversation

@gomudayya
Copy link
Copy Markdown
Contributor

@gomudayya gomudayya commented Apr 4, 2026

@github-actions github-actions bot added triage PRs from the community docs labels Apr 4, 2026
Copy link
Copy Markdown
Member

@mimaison mimaison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. I left a couple of comments

1. Add a JAAS config file with a client login section named `KafkaClient`. Configure a login module in `KafkaClient` for the selected mechanism as described in the examples for setting up GSSAPI (Kerberos), PLAIN, SCRAM, or non-production/production OAUTHBEARER. For example, GSSAPI credentials may be configured as:

```
```text
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any value in setting the language to test?

user_admin="admin-secret" \
user_alice="alice-secret";

```properties
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is properties the correct language? According to https://gohugo.io/content-management/syntax-highlighting/#languages I see it called java-properties

@mimaison
Copy link
Copy Markdown
Member

I'd recommend doing it one folder at a time. It does not make a lot of sense to do Streams and Security in the same PR.

@github-actions github-actions bot removed the triage PRs from the community label Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants