Re: [DISCUSS] KIP-335 Consider configurations for Kafka Streams

2019-11-24 Thread Matthias J. Sax
Moved this KIP into status "inactive". Feel free to resume and any time. -Matthias On 7/19/18 10:57 AM, Matthias J. Sax wrote: > Thanks for the KIP. > > I just double checked the code. It seems that `retries` and > `retries.backoff.ms` is only used in `GlobalStateManagerImpl` any longer > to cat

Re: [DISCUSS] KIP-335 Consider configurations for Kafka Streams

2018-07-19 Thread Matthias J. Sax
Thanks for the KIP. I just double checked the code. It seems that `retries` and `retries.backoff.ms` is only used in `GlobalStateManagerImpl` any longer to catch a timeout exception and retry. Thus, it seems reasonable to me to deprecate those configs and rewrite `GlobalStateManager` accordingly.

Re: [DISCUSS] KIP-335 Consider configurations for Kafka Streams

2018-07-08 Thread Richard Yu
Hi Matthias, It would be nice to get your opinions on this. On Monday, July 9, 2018, 12:17:33 PM GMT+8, Richard Yu wrote: Hi all, Eversince KIP-266 was concluded, there has been a pressing need to migrate Kafka Streams as well. For the link, please click here: https://cwiki.apache

[DISCUSS] KIP-335 Consider configurations for Kafka Streams

2018-07-08 Thread Richard Yu
Hi all, Eversince KIP-266 was concluded, there has been a pressing need to migrate Kafka Streams as well. For the link, please click here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-335%3A+Consider+configurations+for+KafkaStreams Thanks, Richard Yu