ming

Results 23 comments of ming

In Go, a map is a reference type. Properties is a map. A producer application can still update the map while it's passed to the go client. This might be...

Thank you for reporting this. Although it's 0.6.0, the same logic exists in the current master. The problem is basically WaitGroup does not allow Wait() and Add() to run concurrently....

The failure is because if permission of push code coverage is because of PR from a fork. A regular PR should work. But I added more changes to upgrade all...

It only up-versions the Chart.yaml if the chart folder has been updated by comparing the local sub-folder vs `origin master`.

May not be a bug. Check the broker.conf, this should be true but the default is false. ``` # Metadata of inactive partitioned topic will not be cleaned up automatically...

We are still seeing this issue with Broker 2.10.5 and Go client lib 0.11.0. The problem is more evident when there is network issues. I wonder if reconnectToBroker() can add...

The workaround is to set to an older commit of keyring, for instance, ``` github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 ``` You can set this in go.mod. This is an example to build Pulsar...

The reason we added here is because AR is the first pod coming up in the cluster. Private/public key pair need to be created ahead of bastion and other pods...

@nodece I fixed based on your review comments. CI does not seem to run. Does it require any approval to run CI?