Follow the steps detailed below to add the Kafka configurations.
Add the below code in application.properties to configure Kafka.
# BTR config
btr.kafka.create.topic=save-bt-application
btr.kafka.update.topic=update-bt-application
btr.default.offset=0
btr.default.limit=10
btr.search.max.limit=50