Configuring Kafka To File - Ironstream_Hub - 1.3.1

Ironstream Hub Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Version
1.3.1
Language
English
ContentType
Administration
Product name
Ironstream Hub
Title
Ironstream Hub Administration
Topic type
Administration
First publish date
2022

To store received messages to disk instead of forwarding to Kafka then add:

”to_file”: true

to the kafka.json file.

When writing to the file, no messages will be sent to the broker and topic. Instead, all messages will be written to the log directory in a file named <host-name>.is4i.kafka.<datetime>.log.

If “to_file” is set to true, there is no need for any other settings set in the kafka.json file.

Note that if a compound pipeline is being used then the FileConfiguration defined in the destination configuration provides the information for sending data to the log file. The contents of the kafka.json file are not used by compound pipelines.