Re: Use Flink's actor system

2017-07-26 Thread affo
Thank you Chesnay and Till. Best, Lorenzo -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Use-Flink-s-actor-system-tp18709p18942.html Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Use Flink's actor system

2017-07-25 Thread Till Rohrmann
Hi Lorenzo, apart from experimentation it's not recommended to directly use Flink's ActorSystem, because it is an implementation detail. With Flip-6 the ActorSystem will be further hidden and in the future we might implement a different RPC system not relying on Akka. Cheers, Till On Sun, Jul 16

Re: Use Flink's actor system

2017-07-16 Thread Chesnay Schepler
Hello, I don't think the actor system is exposed to operators in any way. If you want to access it whatever it may take (reflection etc.) you could try working your way through the metric group (through the runtime context) into the MetricRegistry and from the into the MetricQueryService. Re

Use Flink's actor system

2017-07-12 Thread Lorenzo Affetti
Hello everybody, I want to do some experiments with communication across operators. Even if arguable, I wondered if it is possible to directly use the clustered actor system used by Flink. If so, how can I get an instance of the actor system in an Operator? Thank you in advance Lorenzo Affetti

Use Flink's actor system

2017-07-12 Thread Lorenzo Affetti
Hello everybody, I want to do some experiments with communication across operators. Even if arguable, I wondered if it is possible to directly use the clustered actor system used by Flink. If so, how can I get an instance of the actor system in an Operator? Thank you in advance Lorenzo Affetti