Administering Topics

Administer topics for Apache Kafka Wire Protocol with HPE Ezmeral Data Fabric.

Data Fabric supports creation of topics for Apache Kafka Wire Protocol via the Data Fabric UI.

A topic is given a unique name that is used to categorize and organize messages based on common properties.

One or more producers publish messages to topics. Individual consumers subscribe to the topics of their choice to consume the messages that are published to such topics.

For example, a producer could be publishing weather-related data such as daily rainfall to a topic called dailyrain. A consumer could be subscribing to the topic containing the daily rainfall.