Namespace com.ibm.streamsx.topology.topic

Topic based publish-subscribe model supporting a microservice architecture style for Streams applications.

Publish-subscribe Overview
Applications can publish streams to a topic name which can then be subscribed to by other applications (or even the same application).
Relationship to Export & Import
Publish-subscribe is a simplification of IBM Streams Export and Import.

Operators

  • Buffered: Connect subscriber to publisher using a buffer.
  • Direct: Directly connect subscriber to publisher.
  • FilteredSubscribe: Filtered subscribe to a topic.
  • Publish: Publish a stream to a topic.
  • Subscribe: Subscribe to topics using a topic filter.

Functions