DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Unfortunately, we also introduced a backward incompatibility bug in the newly added KStream.processValues implementation (cf
| Jira | ||||||
|---|---|---|---|---|---|---|
|
KStreams.processValues methods, and replace with a backward compatible alternative. ...
The only backward incompatibility we cannot address, is a potential issue for Kafka Streams 4.0.0 and 4.1.0 users (and potentially 4.0.1, 4.1.1, and 4.2.0 users, if they have an affected Topology, do not apply the fix of of
| Jira | ||||||
|---|---|---|---|---|---|---|
|
KStreams#processValues(). We will update the docs with all necessary information, including the documentation for 4.0, 4.1, and 4.2 release, to guide users to not use KStream#processValues() (or use it in the right way) to avoid any future issue. – Given that the bug of of | Jira | ||||||
|---|---|---|---|---|---|---|
|
KStream#processValue() won't be removed any time soon, we provide plenty of time and users can upgrade to newer version of Kafka Streams just staying on the deprecated methods for the time being....