Commit c125e0ee authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Spring Kafka 2.7.0-M1

Closes gh-24592
parent dff64302
......@@ -917,7 +917,7 @@ public class KafkaProperties {
* Whether to suppress the entire record from being written to the log when
* retries are being attempted.
*/
private boolean onlyLogRecordMetadata;
private boolean onlyLogRecordMetadata = true;
/**
* Whether the container should fail to start if at least one of the configured
......
......@@ -700,7 +700,7 @@ class KafkaAutoConfigurationTests {
@Bean
AfterRollbackProcessor<Object, Object> afterRollbackProcessor() {
return (records, consumer, ex, recoverable) -> {
return (records, consumer, ex, recoverable, eosMode) -> {
// no-op
};
}
......
......@@ -1578,7 +1578,7 @@ bom {
]
}
}
library("Spring Kafka", "2.6.4") {
library("Spring Kafka", "2.7.0-M1") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment