You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When **not using Spring Boot** auto-configuration, you can use the `org.apache.pulsar.client.api.AuthenticationFactory` to create the authentication and then set it directly on the Pulsar client builder in a client customizer that you provide to the client factory.
17
39
18
40
@@ -22,6 +44,7 @@ The following listings show how to configure each of the supported authenticatio
22
44
.[.underline]#Click ##here## for **Athenz**#
23
45
[%collapsible]
24
46
[source, yaml]
47
+
====
25
48
----
26
49
spring:
27
50
pulsar:
@@ -36,11 +59,13 @@ spring:
36
59
keyId: ...
37
60
----
38
61
NOTE: This also requires xref:reference/pulsar.adoc#tls-encryption[TLS encryption].
0 commit comments