Overview - ironstream_for_elastic - ironstream_for_kafka - ironstream_for_splunk - 7.4

Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Elastic®
Ironstream > Ironstream for Kafka®
Ironstream > Ironstream for Splunk®
Version
7.4
Language
English
Product name
Ironstream Splunk®/Kafka®/Elastic®
Title
Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration
Copyright
2022
First publish date
2007
Last updated
2023-08-25
Published on
2023-08-28T08:26:48.055356

Ironstream Integration Components has an internal Kafka producer that publishes data to Kafka brokers via a single topic. Each message is sent in JSON formatted field/value pairs, which are sent by the Kafka producer to the broker using TCP/IP, with an option to secure the connection using TLS. If the Kafka broker is temporarily unavailable, there is an option to cache the messages locally until the broker is available.

The Ironstream Proxy Server uses the Sarama library. The producer that uses the AsyncProducer, which publishes Kafka messages using a non-blocking API. It routes messages to the correct broker for the provided topic-partition, refreshing metadata as appropriate, and parses responses for errors.