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
* Make ZK client timeouts configurable
* Wire ZK clients timeouts to @embeddedkafka properties
* Splitting the ZK client timeout properties, @author
* @SInCE on new API
Copy file name to clipboardExpand all lines: spring-kafka-test/src/main/java/org/springframework/kafka/test/context/EmbeddedKafkaContextCustomizer.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
* @author Zach Olauson
43
43
* @author Oleg Artyomov
44
44
* @author Sergio Lourenco
45
+
* @author Pawel Lozinski
45
46
*
46
47
* @since 1.3
47
48
*/
@@ -75,7 +76,9 @@ public void customizeContext(ConfigurableApplicationContext context, MergedConte
0 commit comments