Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.49 KB

100-knowledge_overview.md

File metadata and controls

36 lines (28 loc) · 1.49 KB
title permalink excerpt last_modified_at redirect_from sidebar
Toolkit technical background overview
/docs/knowledge/overview/
Basic knowledge of the toolkits technical domain.
2018-02-22 12:37:48 +0100
/theme-setup/
nav
knowledgedocs

{% include toc %} {% include editme %}

Purpose of this toolkit

The streamsx.messagehub toolkit provides those operators that help you integrate IBM Streams with the IBM Event Streams service. This toolkit lets you read messages from Event Streams topics and write messages into topics.

Introduction into Apache Kafka

Since the IBM Event Streams service is based on the open-source project Apache Kafka, you should have a certain degree of knowledge about Apache Kafka. A first place to get introduced with Kafka is the Apache Kafka home page.

Introduction into this toolkit

This toolkit is based on the Kafka toolkit from GitHub, so that its usage patterns, features, and limitations also apply to this toolkit.

This Streamsdev article gives a good introduction to the Message Hub toolkit.

Improving consumer performance

Article on Streamsdev on how to improve performance when consuming from Kafka.