fapaul commented on a change in pull request #18428:
URL: https://github.com/apache/flink/pull/18428#discussion_r794287620
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraphGenerator.java
##########
@@ -924,5 +924,10 @@ public long getDefaultBufferTimeout() {
public ReadableConfig getGraphGeneratorConfig() {
return config;
}
+
+ @Override
+ public Collection<Integer> transform(Transformation<?> transformation)
{
Review comment:
That is definitely not the part I am most proud of :) Unfortunately, I
need a way in a `SinkTransformationTranslator` to enqueue new transformations
for the translation to support the dynamic expansion in case a sink uses a
custom topology.
The only thing exposed is the `Context` in `translateForStreaming` and
`translateForBatch`.
--
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]