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

Persist annotations/labels on subscription update #1510

Closed samizzy closed 1 year ago

samizzy commented 1 year ago

One-line summary

In subscription update API, when performing update if the new subscription had annotation/label value set then they were ignored. This PR fixes this and adds a test case to verify.

tor-vs-floki commented 1 year ago

👍

samizzy commented 1 year ago

:+1: