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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarProperties.java
+4-6
Original file line number
Diff line number
Diff line change
@@ -311,17 +311,15 @@ public static class Topic {
311
311
312
312
/**
313
313
* Default tenant to use when producing or consuming messages against a
314
-
* non-fully-qualified topic URL. When not specified Pulsar uses a default
315
-
* tenant of 'public'.
314
+
* non-fully-qualified topic URL.
316
315
*/
317
-
privateStringtenant;
316
+
privateStringtenant = "public";
318
317
319
318
/**
320
319
* Default namespace to use when producing or consuming messages against a
321
-
* non-fully-qualified topic URL. When not specified Pulsar uses a default
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesTests.java
0 commit comments