Zixuan Liu
Zixuan Liu
~@lhotari Both are working fine.~ ``` # git env mvn install -pl docker/pulsar,docker/pulsar-all -DskipTests \ -Pmain,docker,docker-push \ -Ddocker.platforms=linux/amd64,linux/arm64 \ -Ddocker.organization=nodece \ -Ddocker.image=pulsar # no .git # rm -rf .git mvn...
@lhotari `git-commit-id-no-git` has been removed. Makes sense.
@lhotari > What is the default docker.tag in this case? `${project.version}-${git.commit.id.abbrev}` is default value. > Please test the docker build from the source package so that we don't break that....
- 2.9.2.2+ - 2.10.0.1+ You can use the latest version 2.10.2.3.
https://github.com/streamnative/pulsarctl/releases/tag/v2.9.3.19 https://github.com/streamnative/pulsarctl/releases/tag/v2.10.2.3
Good work! I think we should fix this issue in the `ack_grouping_tracker.go`. When acknowledging a batch message, ensure that the ledger ID, entry ID, and tracker are properly managed within...