@Internal public interface TopicRegister<IN> extends Serializable, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
open(SinkConfiguration sinkConfiguration,
org.apache.flink.api.common.operators.ProcessingTimeService timeService)
Register the topic metadata update in process time service.
|
List<String> |
topics(IN in)
Return all the available topic partitions.
|
List<String> topics(IN in)
void open(SinkConfiguration sinkConfiguration, org.apache.flink.api.common.operators.ProcessingTimeService timeService)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.