NATS
experimentalnetworkNATS messaging (pub/sub/request-reply) as governed capabilities
pip install chp-adapter-natsAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
list_subjectsv0.1.0List known subjects in the NATS server.
chp.adapters.nats.list_subjectspublishv0.1.0Publish a single message to a NATS subject. Message data never in evidence.
chp.adapters.nats.publishpublish_batchv0.1.0Publish multiple NATS messages. Message data never in evidence.
chp.adapters.nats.publish_batchrequestv0.1.0Send a request message and await a reply. Request and reply data never in evidence.
chp.adapters.nats.requestsubscribe_snapshotv0.1.0Snapshot of buffered messages for a subject pattern. Message data never in evidence.
chp.adapters.nats.subscribe_snapshot