Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
To be aligned with the module name. Also change the config / metrics class names accordingly. So that:
1. The entry process of Kafka Streams is KafkaStreams, and its corresponding StreamConfig and StreamMetrics.
2. The high-level DSL is called KStream, and low-level programming API is called Processor with ProcessorTopology.
Also merge KeyValue and Entry into a top-level KeyValue class.