EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB441508: How to configure Apache Kafka Server and Log Consumer on Windows


Community Admin

• Strategy


This article outlines steps to configure Apache Kafka Server and Log Consumer on Windows.

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.

  • Delete "C:\Program Files (x86)\Strategy\Intelligence Server\KafkaConsumer\LogConsumer.properties" and run below command to configure, and then follow the steps in the command line. 

C:\Program Files (x86)\Strategy\Intelligence Server\KafkaConsumer>java -jar KafkaConsumer.jar

  • Modify file "C:\Program Files (x86)\Strategy\Intelligence Server\KafkaConsumer\LogConsumer.properties" directly


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


Comment

0 comments

Details

Knowledge Article

Published:

August 13, 2018

Last Updated:

August 20, 2018