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
* Update java-connectors/kafka-connect-azure-servicebus/src/main/java/io/lenses/streamreactor/connect/azure/servicebus/config/AzureServiceBusConfigConstants.java
Co-authored-by: David Sloan <[email protected]>
* separates the code that cleans up the resources used by the Service Bus subscription and the async client
* Fix the usage of Option.of since the exception can be null.
* Change the default sleep time window when empty records are to be returned to 250 for higher throughput
---------
Co-authored-by: David Sloan <[email protected]>
Co-authored-by: stheppi <[email protected]>
Copy file name to clipboardexpand all lines: java-connectors/kafka-connect-azure-servicebus/src/main/java/io/lenses/streamreactor/connect/azure/servicebus/config/AzureServiceBusConfigConstants.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public class AzureServiceBusConfigConstants {
66
66
"The duration in milliseconds to sleep when no records are returned from the poll. This avoids a tight loop in Connect.";
0 commit comments