Tartarus0zm opened a new pull request, #2089:
URL: https://github.com/apache/auron/pull/2089

   # Which issue does this PR close?
   
   Closes #2062 
   
   # Rationale for this change
   * auron kafka source support flink watermark
   
   # What changes are included in this PR?
   * modify AuronKafkaSourceFunction, Assign tasks to their corresponding Kafka 
partitions and generate watermark
   * modify kafka_scan_exec.rs, Consume the list of kafka partitions passed 
from the Java side
   * add KafkaTopicPartitionAssigner , copy from flink
   * add SourceContextWatermarkOutputAdapter , copy from flink
   
   # Are there any user-facing changes?
   * No
   
   # How was this patch tested?
   * There is currently no Kafka environment integration, so automated testing 
is not possible.


-- 
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]

Reply via email to