[
https://issues.apache.org/jira/browse/KAFKA-20568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080602#comment-18080602
]
Nilesh Kumar commented on KAFKA-20568:
--------------------------------------
[~alisa23] , I’d like to work on this.
My plan is to:
* Add {{dslStoreFormat()}} to {{DslSessionParams}}
* Deprecate {{storeFormat()}} for compatibility and migrate call sites to
{{dslStoreFormat()}}
* Rename the internal class {{TimestampedKeyValueStoreBuilderWithHeaders}} to
{{TimestampedKeyValueStoreWithHeadersBuilder}} for consistency with the other
{{*WithHeadersBuilder}} types
* Update Streams documentation to match the final naming
Please let me know if I can this.
> Unify DSL Store Accessor and Header-Aware Builder Naming
> --------------------------------------------------------
>
> Key: KAFKA-20568
> URL: https://issues.apache.org/jira/browse/KAFKA-20568
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Alieh Saeedi
> Priority: Minor
>
> The accessor used to retrieve the DSL store format is currently inconsistent.
> In some places it is {{{}dslStoreFormat(){}}}, while in others it is
> {{{}storeFormat(){}}}. This should be unified under a single naming
> convention.
> There is a similar inconsistency in the naming of header-aware store builder
> classes. Some use {{{}*WithHeadersBuilder{}}}, while others use
> {{{}*BuilderWithHeaders{}}}. These should also be standardized to one pattern.
> Please update the documentation as needed to reflect the final naming
> consistently.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)