Kafka
experimentalnetworkEnterprise Kafka event stream operations
pip install chp-adapter-kafkaAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
consumev0.1.0Consume messages from a Kafka topic. Message values returned to caller but never in evidence.
chp.adapters.kafka.consumelist_topicsv0.1.0List available Kafka topics.
chp.adapters.kafka.list_topicspublishv0.1.0Publish a single message to a Kafka topic. Value never in evidence.
chp.adapters.kafka.publishpublish_batchv0.1.0Publish multiple messages to a topic. Message values never in evidence.
chp.adapters.kafka.publish_batchtopic_metadatav0.1.0Fetch partition and message-count metadata for a topic.
chp.adapters.kafka.topic_metadata