avinash-fk opened a new pull request, #49:
URL: https://github.com/apache/pulsar-adapters/pull/49
Fixes #48
Master Issue: #48
### Motivation
doCommitOffsets method in Pulsar Kafka Client version 2.11.0 is working for
partitioned topics. This does not allows acking messages.
### Modifications
In doCommitOffsets PulsarKafkaConsumer.java creating TopicMessageIdImpl with
the correct partition name
### Verifying this change
- [ ] Make sure that the change passes the CI checks.
This change is already covered by existing tests, provided we create it as a
partitioned topic
### Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API: (no)
- The schema: (no)
- The default values of configurations: (no)
- The wire protocol: (no)
- The rest endpoints: (no)
- The admin cli options: (no)
- Anything that affects deployment: (no)
### Documentation
- Does this pull request introduce a new feature? (no)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]