spring-boot-migrator
spring-boot-migrator copied to clipboard
Handle removal of `spring.kafka.listener.only-log-record-metadata`
see: #258
What needs to be done
spring.kafka.listener.only-log-record-metadata has been removed in Spring Boot 3.0 and the Release Notes state
spring.kafka.listener.only-log-record-metadatawas removed, useKafkaUtils#setConsumerRecordFormatterinstead.
- [ ] Clarify with the team if the migration from
spring.kafka.listener.only-log-record-metadatato useKafkaUtils#setConsumerRecordFormattercan be a recipe that does this migration.