Hi folks,
I updated SEP-14 based on some feedback and discussions on the PR. Major
changes are:
1. We will not support system level serdes _out of the box_ (e.g., for
GenericSystemDescritors). Users must specify a stream level serde when creating
Input/OutputStreamDescriptors. System implement
Hi all,
Here's the proposal for System and Stream Descriptors - a way of
specifying systems, input and output streams properties in application
code instead of configurations.
https://cwiki.apache.org/confluence/display/SAMZA/SEP-14%3A+System+and+Stream+Descriptors
Here's the PR with an implement