lhotari commented on PR #15824: URL: https://github.com/apache/pulsar/pull/15824#issuecomment-1142211906
@michaeljmarshall It seems that when you opened the PR you didn't grant access to others for collaborating in the PR. I pushed changes to my fork in https://github.com/apache/pulsar/compare/master...lhotari:use-netty . one way to make your branch to match the changes: ``` git pull https://github.com/lhotari/pulsar.git use-netty git reset --hard FETCH_HEAD ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
