spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Handle removal of `spring.kafka.listener.only-log-record-metadata`

Open fabapp2 opened this issue 3 years ago • 0 comments

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-metadata was removed, use KafkaUtils#setConsumerRecordFormatter instead.

  • [ ] Clarify with the team if the migration from spring.kafka.listener.only-log-record-metadata to use KafkaUtils#setConsumerRecordFormatter can be a recipe that does this migration.

Why it needs to be done

Acceptance Criteria

Additional Information

fabapp2 avatar Aug 23 '22 11:08 fabapp2