Dominic Evans
Dominic Evans
@Jeffail thanks for getting in touch. That's interesting, I wasn't aware that anyone was driving the offset commit protocol directly via the [broker.go](https://github.com/Shopify/sarama/blob/610514edec1825240d59b62e4d7f1aba4b1fa000/broker.go#L505-L515) call rather than via [offset_manager.go](https://github.com/Shopify/sarama/blob/main/offset_manager.go) (or via...
This isn’t something that would be expected in normal behaviour and we have made a large overhaul in Sarama since v1.40 onwards so we would ideally need someone to report...
"client has run out of available brokers to talk to" is a common error if there is a misconfiguration in protocol Version or SASL / SSL etc., but it needs...
@caolan any workaround for this issue, apart from including the value of `actual` in the message?
@KostyaSha would you be willing to take a look over this PR? It does fix the problem and has been running in our CI for a while now
@oleg-nenashev have you taken over as a maintainer on github-plugin now, please could you take a look at this PR?
As per the original description from 2 years ago, the intention of this PR is _not_ to provide native branch triggering, the intention is to prevent pushes to unrelated branches...
@jakubgs that other plugin doesn’t use this plugin, so that linked issue isn’t related But yes, this PR would prevent your gh-pages pushed from triggering a new master branch build...
@jakubgs sounds like your compile didn't work — just grab this .hpi file from the linked Jenkins jobs on the PR. Direct Link: [github-1.38.1-rc825.6efa_b_a_0b_7b_f8.hpi](https://repo.jenkins-ci.org/incrementals/com/coravy/hudson/plugins/github/github/1.38.1-rc825.6efa_b_a_0b_7b_f8/github-1.38.1-rc825.6efa_b_a_0b_7b_f8.hpi)
@jakubgs make sure your branch specifier is absolute with the refs/heads prefix ^ here's one of mine (for example), make yours refs/heads/develop if that's the only branch you want to...