Hello everyone I am wondering how pull-requests are handled for Kafka? There is currently a huge amount of PRs on Github and most of them are not getting any attention.
If the maintainers only have a look at PR which passed the CI (which makes sense due to the amount), then there is a problem, because the CI-pipeline is not stable. I've submitted a PR myself which adds OSGi-metadata to the kafka-clients artifact (see 2882). The pipeline fails randomly even though the change only adds some entries to the manifest. The next issue I have is, that people submitting PRs cannot have a look at the failing CI job. So with regards to my PR, I dont have a clue what went wrong. If I am missing something in the process please let me know. Regarding PR 2882, please consider merging because it would safe the osgi-community the effort of wrapping the kafka artifact and deploy it with different coordinates on maven central (which can confuse users) regards Marc