Mesut Celik

Results 11 comments of Mesut Celik

I think `github-changelog-generator` should focus on generating beautiful release notes. [JustRelease](https://github.com/justrelease/justrelease) is already using github-changelog-generator to generate [release notes](https://github.com/justrelease/justrelease/blob/master/justrelease.yml#L5) while creating Github Release Page,uploading Release Assets and many more additional...

Hi @andrey-gava , How do you scale ? using `kubectl scale` or `helm upgrade` command? What version of hazelcast are you trying to upgrade to?

Hi @safvankothawala , Can you reproduce it with this sample? https://github.com/hazelcast-guides/hazelcast-istio#hazelcast-client-server

Are you going to parse the response and decide if it is healthy? ``` Hazelcast::NodeState=ACTIVE Hazelcast::ClusterState=ACTIVE Hazelcast::ClusterSafe=TRUE Hazelcast::MigrationQueueSize=0 Hazelcast::ClusterSize=2 ``` Apart from `/node-state/` and `/health`, we have `/ready` too. We...

Hi @adnxn , Do you need any more help to finalize this issue?

I agree but first the support has to be added to docker side.. related issue for hazelcast-jet --> https://github.com/hazelcast/hazelcast-jet-docker/issues/13

@hasancelik Have you had any issue when you worked on this recently?

Good to hear that worked for you @pa-vishal ! I will keep it open until creating a sample app or readme update.

Hi @andrewfinnell , Thanks for raising the issue and AFAIS, `DiscoveryClientOptionalArgs` is not supported yet... [DiscoveryClient](https://github.com/hazelcast/hazelcast-eureka/blob/master/src/main/java/com/hazelcast/eureka/one/EurekaOneDiscoveryStrategy.java#L182) can be created with `DiscoveryClientOptionalArgs` object as seen [here](https://github.com/Netflix/eureka/blob/689b6fa5edcd95bbb58a6152832071af83ac7722/eureka-client/src/main/java/com/netflix/discovery/DiscoveryClient.java#L274) Contributions will be appreciated.