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-kafka/src/main/java/org/springframework/kafka/listener/ContainerPartitionPausingBackOffManager.java
Copy file name to clipboardExpand all lines: spring-kafka/src/main/java/org/springframework/kafka/support/serializer/DelegatingByTopicSerialization.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@
25
25
importjava.util.concurrent.ConcurrentHashMap;
26
26
importjava.util.regex.Pattern;
27
27
28
+
importorg.apache.commons.logging.LogFactory;
29
+
28
30
importorg.springframework.core.log.LogAccessor;
29
31
importorg.springframework.lang.NonNull;
30
32
importorg.springframework.lang.Nullable;
@@ -40,6 +42,7 @@
40
42
* @author Gary Russell
41
43
* @author Wang Zhiyang
42
44
* @author Sanghyeok An
45
+
* @author Borahm Lee
43
46
*
44
47
* @since 2.8
45
48
*
@@ -48,7 +51,7 @@ public abstract class DelegatingByTopicSerialization<T extends Closeable> implem
0 commit comments