c77e5ece581cbaaa423f38318d6735a222cf3cd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public runConsumeMultipleTopics() : void renamed to public runProduceConsumeMultipleTopics() : void in class org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase | From | To | |
Rename Variable | 1 | ||
Rename Variable readSchema : KeyedDeserializationSchema<Tuple3<Integer,Integer,String>> to schema : Tuple2WithTopicSchema in method public runProduceConsumeMultipleTopics() : void in class org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase.Tuple2WithTopicDeserializationSchema renamed to org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase.Tuple2WithTopicSchema | From | To | |
Change Variable Type | 1 | ||
Change Variable Type readSchema : KeyedDeserializationSchema<Tuple3<Integer,Integer,String>> to schema : Tuple2WithTopicSchema in method public runProduceConsumeMultipleTopics() : void in class org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter topicId : String to defaultTopicId : String in method public FlinkKafkaProducerBase(defaultTopicId String, serializationSchema KeyedSerializationSchema<IN>, producerConfig Properties, customPartitioner KafkaPartitioner<IN>) in class org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerBase | From | To |