Open michalvavrik opened 2 months ago
This issue https://github.com/quarkusio/quarkus/issues/41503 implementation https://github.com/quarkusio/quarkus/pull/42134 didn't document TLS Registry support. What is worse, it is not possible to find out from Quarkus ALL config page or any other Quarkus docs about (not even Javadoc) about kafka.tls-configuration-name. I don't know how are users supposed to find out about this. I have searched for it in https://smallrye.io/smallrye-reactive-messaging/latest/kafka/default-configuration/ and can't find it either.
kafka.tls-configuration-name
FYI: the property works just fine, I tested it :-)
Users know they can use TLS Registry.
Users read the Quarkus code and figure it out.
No response
uname -a
ver
java -version
mvnw --version
gradlew --version
/cc @alesj (kafka), @cescoffier (kafka), @ozangunalp (kafka)
@ozangunalp was this fixed?
Describe the bug
This issue https://github.com/quarkusio/quarkus/issues/41503 implementation https://github.com/quarkusio/quarkus/pull/42134 didn't document TLS Registry support. What is worse, it is not possible to find out from Quarkus ALL config page or any other Quarkus docs about (not even Javadoc) about
kafka.tls-configuration-name
. I don't know how are users supposed to find out about this. I have searched for it in https://smallrye.io/smallrye-reactive-messaging/latest/kafka/default-configuration/ and can't find it either.FYI: the property works just fine, I tested it :-)
Expected behavior
Users know they can use TLS Registry.
Actual behavior
Users read the Quarkus code and figure it out.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response