orpiske commented on PR #8391: URL: https://github.com/apache/camel/pull/8391#issuecomment-1271753704
One additional note, is that the code is currently out of sync with main and cannot be merged: "This branch cannot be rebased due to conflicts" To solve that you need to rebase the code with the current changes on main. Something like this would work: ``` git checkout main git pull --rebase upstream main git checkout CAMEL-18327-Kafka_consumer_closes_when_it_is_paused git rebase main ``` This would put your work branch `CAMEL-18327-Kafka_consumer_closes_when_it_is_paused` in sync with the latest changes from main. Obs.: please note that the name of the remote may be different on your system. You can check that with `git remote -v`. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org