nats-io / nats.swift

Swift client for NATS, the cloud native messaging system.
Apache License 2.0
22 stars 4 forks source link

Add fetching messages from JetStream #87

Closed piotrpio closed 1 day ago

piotrpio commented 3 weeks ago

This PR adds Consumer.fetch() method for fetching batches of messages. It also adds JetStreamMessage and methods for acking messages and checking metadata.

Signed-off-by: Piotr Piotrowski piotr@synadia.com