Nick Phillips

Results 8 comments of Nick Phillips

I updated to go 1.11 and I'm having some issues with `guru` and `godef`. They are unable to find declarations based on the new cache system. e.g. ![image](https://user-images.githubusercontent.com/42351903/44880547-66751b00-ac72-11e8-80a1-8f4714504f3f.png)

@zmb3 Thanks for the response. I thought that would work as well but still getting the same error. Any thing else I can try?

@zmb3 It is unset. I moved my project outside of the `GOPATH` once I upgraded to 1.11.

@zmb3 I ended up downgrading back to 1.10 for the time being. From what I saw, it doesn't look like gocode is working on 1.11 - see here https://github.com/mdempsky/gocode/issues/48

I had to search the repo to find this. Would be nice to have a more complete example: `@Param body ` e.g. `@Param pet body Pet true "Pet to create"`...

The values.yaml references the StatefulSet docs incorrectly. The operator is deployed as a Deployment which only allows "Recreate" or "RollingUpdate", not "OnDelete" https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

Thanks for the help! What about only allowing someone to add partitions and not remove any? This is how Kafka works. New messages don't immediately go to the new partitions...

I wouldn't know exactly how Kafka handles it but based on observation, the round robin partitioner starts to use the new partitions once the metadata is updated. For a custom...