AsyncAPI channel · Red Hat · Red Hat Streams for Apache Kafka Bridge Events

topics.{topic}.messages

Channel representing messages produced to and consumed from a specific Kafka topic through the HTTP bridge. Producers send messages via HTTP POST and consumers receive messages by polling the bridge endpoint.

Provider: Red Hat AsyncAPI: v2.6.0 Spec: Red Hat Streams for Apache Kafka Bridge Events Operations: 2 Messages: 3

Channel address

topics.{topic}.messages

Parameters

Operations

publish
produceMessage
Produce message to topic
consumeMessage
Consume message from topic

Messages

ProducerRecord
A single message to be produced to a Kafka topic.
Content-Type: application/json
ProducerRecordBatch
A batch of messages to be produced to a Kafka topic.
Content-Type: application/json
ConsumerRecord
A message consumed from a Kafka topic.
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.