I have created a GitHub Actions build for pulsar-adapters:
https://github.com/apache/pulsar-adapters/pull/19 . The current GitHub
Actions build in pulsar-adapters repository is outdated and doesn't work at
all.

*There are failing tests and those block the pulsar-adapters 2.8.0 release.*
A few integration tests fail with error messages "Consumer connect fail!
consumer state:Connecting" and "Cannot seek on a partition where we are not
subscribed". (Please check https://github.com/apache/pulsar-adapters/pull/19
for more details)

The integration tests are tricky to investigate locally since the docker
image needed is outdated in Docker Hub. I added a solution to the GitHub
Actions build which builds a docker image based on
apachepulsar/pulsar-all:2.8.0 image. Something similar could be done
locally when investigating the issues.

Should we first merge the change to add the GitHub Actions build (
https://github.com/apache/pulsar-adapters/pull/19 ) and then fix the issues
in separate PRs?

-Lari

On Tue, Jun 15, 2021 at 1:48 PM Enrico Olivelli <eolive...@gmail.com> wrote:

> Hello,
> What about cutting a release for pulsar-adapters [1] right after
> finishing the release of 2.8.0 ?
>
> We talked about this at the Community meeting but it is better to
> start a thread here on the ML.
>
> If I understand correctly PengHui will follow up with the release, but
> Andrey reported that currently tests are not passing on the repo.
>
>
> Best regards
> Enrico
>
> [1] https://github.com/apache/pulsar-adapters
>

Reply via email to