Hi Anton,
I was looking a bit at what you mentioned and I realized the following:
Tag is created in GH: https://github.com/apache/kafka/releases/tag/3.9.0
This Tag is pointing to the commit:
https://github.com/apache/kafka/commit/84caaa6e9da06435411510a81fa321d4f99c351f
However, this commit seems
Hi there,
I seem to be unable to properly pull the 3.9.0 tag, and the Github UI says
its commit is not found within the repository (see the screenshot attached).
Invoking any of the below does not work:
git fetch -p upstream && git checkout -b scratch upstream/3.9.0
git fetch -p upstream && git