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/PulsarAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarProperties.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
* @author Chris Bono
45
45
* @author Phillip Webb
46
46
* @author Swamy Mavuri
47
+
* @author Vedran Pavic
47
48
* @since 3.2.0
48
49
*/
49
50
@ConfigurationProperties("spring.pulsar")
@@ -801,6 +802,11 @@ public static class Listener {
801
802
*/
802
803
privateSchemaTypeschemaType;
803
804
805
+
/**
806
+
* Number of threads used by listener container.
807
+
*/
808
+
privateIntegerconcurrency;
809
+
804
810
/**
805
811
* Whether to record observations for when the Observations API is available and
806
812
* the client supports it.
@@ -815,6 +821,14 @@ public void setSchemaType(SchemaType schemaType) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapper.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapperTests.java
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