zalando-nakadi / nakadi-ui

Official Nakadi user interface.
MIT License
69 stars 12 forks source link

#49 Fix Subscription update error #59

Closed SergKam closed 5 years ago

SergKam commented 5 years ago

Nakadi does now allow to change or omit "initial_cursors" field, so in case when the subscription was created with initial cursors the update(PUT) also requires this field. It was never needed in UI before so encoder/decoder for "initial_cursors" was missing.

antban commented 5 years ago

:+1:

SergKam commented 5 years ago

:+1: