There is a section in the Pulsar client authentication reference guide that warns users of the lack of relaxed binding for authentication parameter map keys.
This lack of relaxed binding prevents users from setting these auth parameters directly via env var as the casing is lost in translation.
The commit adds a link in this area of the reference guide to a workaround in the Spring Pulsar framework reference guide.
User reported issue: https://github.com/spring-projects/spring-pulsar/issues/575
Sample
Notice the newly added sentences in the "Note" section of https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#messaging.pulsar.connecting.auth
This newly added link goes to this newly added page in the Spring Pulsar reference guide:
Comment From: mhalbritter
Thanks Chris!