Fixes #348 by adding new field: EventType.audience
This solves the issue that clients cannot update event types having this field set because it does not get marshalled and Nakadi responds with an error, as recently Nakadi API began disallow setting audience to null once it has been specified.
Fixes #348 by adding new field:
EventType.audience
This solves the issue that clients cannot update event types having this field set because it does not get marshalled and Nakadi responds with an error, as recently Nakadi API began disallow setting
audience
tonull
once it has been specified.Updated the unmarshalling unit tests.