Skip to content

Commit

Permalink
Revert KafkaBackkOffAwareMessageListenerAdapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Oct 11, 2024
1 parent 645d7ce commit 0c89c92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ public void onMessage(ConsumerRecord<K, V> data, Acknowledgment acknowledgment)
public void onMessage(ConsumerRecord<K, V> data, Consumer<?, ?> consumer) {
onMessage(data, null, consumer);
}

}

0 comments on commit 0c89c92

Please sign in to comment.