[ 
https://issues.apache.org/jira/browse/FLINK-24439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489421#comment-17489421
 ] 

Piotr Nowojski commented on FLINK-24439:
----------------------------------------

The intended usage is basically the parent ticket/FLIP-182. Yes, it will be 
used like a shared, thread safe hash map. I wasn't planing to introduce any 
convention initially, as this is purely internal class, we can always work out 
the details in the future as needed. Yes, I could see it being used as it is 
for different use cases with some convention. Alternatively we might want to 
build something like namespaces. 

> Introduce CoordinatorStore
> --------------------------
>
>                 Key: FLINK-24439
>                 URL: https://issues.apache.org/jira/browse/FLINK-24439
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Common
>            Reporter: Piotr Nowojski
>            Assignee: Piotr Nowojski
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> In order to allow {{SourceCoordinators}}s from different {{Sources}} (for 
> example two different Kafka sources, or Kafka and Kinesis) to align 
> watermarks, they have to be able to exchange information/aggregate watermarks 
> from those different Sources. To enable this, we need to provide some 
> {{CoordinatorStore}} concept, that would be a thread safe singleton.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to