zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 292 forks source link

POC for Selective consumption for a subscription id #1523

Closed samizzy closed 1 year ago

samizzy commented 1 year ago

Description

The PR allows a publisher to publish events to a given event type using the standard publishing API and allows only particular consumers with a specific subscription id to consume these events. The publishing api has been slightly modified to accept a query param subscription-id for this purpose.

In case of consumers using the deprecated consumption api they dont receive any events that are published using the above API.

A few sentences describing the overall goals of the pull request's commits.

Review

a1exsh commented 1 year ago

:+1:

samizzy commented 1 year ago

:+1:

a1exsh commented 1 year ago

:+1: