Jie Shen

Results 28 comments of Jie Shen

@devigned it seems that the `x-opt-partition-id` stuff is introduced in Azure/azure-event-hubs-go#108. Is there any documentation for this? I cannot find any test cases which will let the service side send...

My jdk version is ``` openjdk version "1.8.0_181" OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13) OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode) ``` If you want to test in this environment,...

My `.helmignore` file: ``` # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per...

It seems to be caused by the kubernetes sdk kubernetes-client/java#290.

Why not merge this PR? @ArieShout

Hi @FireDrunk , Sorry for the late reply, indeed this plugin depends on [fabric8io client](https://github.com/fabric8io/kubernetes-client) instead of [kubernetes one](https://github.com/kubernetes-client/java/tree/master). I am now working on migrating the sdk to official one(see...

The latest version has switched to the official kubernetes client.

@rhysjtevans Which configuration type do you use? I suggest you use kubeconfig file instead of the deprecated ones. If you have already used kubeconfig, is it possible for you provide...