You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Anchit Jatana <de...@gmail.com> on 2016/09/28 07:36:31 UTC

How to interact with a running flink application?

Hi All,

*Brief:* I have a use case where I need to interact with a running flink
application.

*Detail:*

My Flink application has a *Kafka source*, *an operator processing on the
content received* from the Kafka stream(this operator is using a lookup
from an external source file to accomplish the processing of the Kafka
content). If the content of the file kept at the same source location
changes, I need to notify the operator to update its lookup content loaded
in the memory and continue its processing of Kafka content with the new
loaded lookup content without stopping the Flink application.

Is there a way where I can "interact with the running Flink Application"
through some event or something to notify the application to make some
changes in its operation without stopping the application.

Thank you!

Regards,
Anchit