Rafał Leszko
Rafał Leszko
Related to #2235. Both issues aim to reduce the number of blocks we poll from ETH RPC endpoint.
Related design doc: https://www.notion.so/livepeer/Decrease-ETH-RPC-requests-16bda86cdd504dddaf5a46eb36937e86
@thomshutt Is it something you want to take into your teams' pipeline?
Design doc: https://www.notion.so/livepeer/Decrease-ETH-RPC-requests-16bda86cdd504dddaf5a46eb36937e86
@hthillman can comment on it more, but my understanding is that this feature is not for end-users streaming the video (these can switch to another orchestrator), but for orchestrator operators...
Good point @iameli I think we can remove this flag.
@roeP Are you able to reproduce the issue with Hazelcast alone (without vert.x)?
What is this `akka.discovery.kubernetes.KubernetesApiServiceDiscovery` class? Could you write the steps to reproduce without any frameworks? That would make the issue simpler to analyze.
Yeah, it's not possible to do it dynamically. But you could do what we actually do in case of Hazelcast Cloud and set up the static `hostPort` (there is even...
Please check the related guide: [Connect To Hazelcast Running on Kubernetes from Outside](https://guides.hazelcast.org/kubernetes-external-client/). If it does not work, please add the steps to reproduce without Vertx.