Hi,

While reviewing the code I've noticed that StoreFactory is used exclusively
from Stores.create [1] which is deprecated. That gave me impression that
StoreFactory should be deprecated/removed too. What
about AbstractStream.storeFactory [2] and its uses then?

Is there a JIRA issue to work on it? I'd like to give it a try (been a
while since I've done Java, but may pretend it's Scala and try :))

[1]
https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/state/Stores.java?utf8=%E2%9C%93#L257

[2]
https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/kstream/internals/AbstractStream.java?utf8=%E2%9C%93#L112

Pozdrawiam,
Jacek Laskowski
----
https://about.me/JacekLaskowski
Mastering Spark SQL https://bit.ly/mastering-spark-sql
Spark Structured Streaming https://bit.ly/spark-structured-streaming
Mastering Kafka Streams https://bit.ly/mastering-kafka-streams
Follow me at https://twitter.com/jaceklaskowski

Reply via email to