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.
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
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