Updated link: https://cwiki.apache.org/confluence/display/KAFKA/KIP-182%3A+Reduce+Streams+DSL+overloads+and+allow+easier+use+of+custom+storage+engines
Thanks, Damian On Thu, 27 Jul 2017 at 13:09 Damian Guy <damian....@gmail.com> wrote: > Hi, > > I've put together a KIP to make some changes to the KafkaStreams DSL that > will hopefully allow us to: > 1) reduce the explosion of overloads > 2) add new features without having to continue adding more overloads > 3) provide simpler ways for people to use custom storage engines and wrap > them with logging, caching etc if desired > 4) enable per-operator caching rather than global caching without having > to resort to supplying a StateStoreSupplier when you just want to turn > caching off. > > The KIP is here: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=73631309 > > Thanks, > Damian >