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-integration-kafka/src/main/java/org/springframework/integration/kafka/inbound/KafkaMessageSource.java
-5
Original file line number
Diff line number
Diff line change
@@ -691,8 +691,6 @@ public static class KafkaAckCallback<K, V> implements AcknowledgmentCallback, Ac
691
691
692
692
privatefinalbooleanisSyncCommits;
693
693
694
-
privatefinalbooleanlogOnlyMetadata;
695
-
696
694
privatevolatilebooleanacknowledged;
697
695
698
696
privatebooleanautoAckEnabled = true;
@@ -716,7 +714,6 @@ public KafkaAckCallback(KafkaAckInfo<K, V> ackInfo, @Nullable ConsumerProperties
0 commit comments