Apache Kafka Server
The Kafka Server can be configured by modifying the file: C:\Program Files (x86)\Strategy\Messaging Services\Kafka\kafka_2.11-0.10.1.0\config\server.properties
Both Apache Kafka Server and ZooKeeper should be restarted after modifying the above configuration file.
Log Consumer
By default the Log Consumer is connecting to the Local Kafka Server. There are two ways to modify the configuration of Log Consumer.
C:\Program Files (x86)\Strategy\Intelligence Server\KafkaConsumer>java -jar KafkaConsumer.jar
folder_path=C:\\Program Files (x86)\\Common Files\\Strategy\\Log\\DSSErrors
is_silent_mode=true
broker_port=9092
broker_hostname=127.0.0.1
poll_time_out=1000
max_file_size_M=20
max_num_bak=1
For configure Apache Kafka Server and Log Consumer on Linux, refer to Technical Document below:
How to configure Apache Kafka Server and Log Consumer on Linux in MicroStrategy 10.6 and above
Article Reference Number: KB441508