mjsax commented on code in PR #21572:
URL: https://github.com/apache/kafka/pull/21572#discussion_r2867038656
##########
streams/src/main/java/org/apache/kafka/streams/state/DslKeyValueParams.java:
##########
@@ -25,26 +27,46 @@
public class DslKeyValueParams {
private final String name;
+ @Deprecated
private final boolean isTimestamped;
+ private final DslStoreFormat dslStoreFormat;
/**
* @param name the name of the store (cannot be {@code null})
* @param isTimestamped whether the returned stores should be timestamped,
see ({@link TimestampedKeyValueStore}
*/
+ @Deprecated
Review Comment:
Not sure what you mean Frank? Note, `DslKeyValueParams` is public API, so we
cannot just remove anything, but need to go through the deprecation cycle.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]