Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 376 Bytes

File metadata and controls

19 lines (13 loc) · 376 Bytes

Add Kafka Configuration

Overview

Follow the steps detailed below to add the Kafka configurations.

Steps

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