Re: Kafka Stream - Building KTable in Kafka 1.0.0

2018-03-29 Thread Guozhang Wang
Hello Cédric, Your observation is correct, and I think we have some obsoleted docs that we need to fix. In KIP-182 ( https://cwiki.apache.org/confluence/display/KAFKA/KIP-182%3A+Reduce+Streams+DSL+overloads+and+allow+easier+use+of+custom+storage+engines) we are effectively materializing all state

Kafka Stream - Building KTable in Kafka 1.0.0

2018-03-29 Thread Cedric BERTRAND
Hello, In the new api 1.0.0 for building KTable, it is written that No internal changelod topic is created. public KTable table(java.lang.String topic) Create a KTable