Can Gencer
Can Gencer
This seems something related to ManagedContext, but the test didn't reproduce the error for me on Java 8.
Maybe `Jet.newJetClient` can act the same as `Jet.newBootstrappedInstance` when called within `jet submit` ?
Might try creating an issue directly with docsearch - as they can point us in the right direction (helped a few times before)
@frant-hartm seems this is how it was done for IMDG: https://github.com/hazelcast/hazelcast-docker/pull/230/files#diff-fcaf45f62a2fdc483b0edd5506e0bb6a7fbd11bba72dedcef1ab36117aecda20R56
I don't think this is worth fixing at the moment. You should just use the `JetMemberStarter` class or the `jet-start` script to start the server instance.
I don't think there's been any changes in this area - is this still failing intermittently?
@mahendya1002 are you a Jet enterprise user?
@nuriozalp you could use a custom source / SourceBuilder to achieve this. A code sample which polls a HTTP endpoint is available here: https://github.com/hazelcast/hazelcast-jet-code-samples/tree/0.7-maintenance/source-builder Instead of the HTTP endpoint you...