dlg99 opened a new pull request #9:
URL: https://github.com/apache/pulsar-adapters/pull/9
*(If this PR fixes a github issue, please add `Fixes #`.)*
Fixes #5
### Motivation
Tried building pulsar-adaptors locally with 2.8.0-SNAPSHOT.
Build failed.
Tried bui
Rajan (and Matteo),
very interesting feature.
How are we going to implement this feature ?
it looks like it is bound to the Schema.BYTEBUFFER implementation, the
doc does not tell much about how we have to change the Schema API in
order to pass the Consumer configuration to the Schema implementati
Nice feature, I just have some questions want to confirm.
1. Does the consumer returns buffer of the batch message?
2. If returns a batch message buffer, how do we handle the flow permits? It’s
better to clarify in the proposal
About the API, my feeling is a RawConsumer is more suitable here, us
Hello,
We have created a PIP-83 for Pulsar client: Message consumption with pooled
buffer.
https://github.com/apache/pulsar/wiki/PIP-83-:-Pulsar-client:-Message-consumption-with-pooled-buffer
Thanks,
Rajan
Hello,
The PIP-82 proposal has been updated, incorporating the comments received
during the community meeting on March 2, 2021. Please review and comment
[link below].
https://github.com/apache/pulsar/wiki/PIP-82%3A-Tenant-and-namespace-level-rate-limiting
Regards,
Bharani.
simonszalai commented on issue #148:
URL:
https://github.com/apache/pulsar-client-node/issues/148#issuecomment-809643788
I would also love to know this! Didn't find a way to authenticate so far,
except using the Java SDK
--
This is an automated message from the Apache Git Service.
To re
To clarify:
The code is not in the master branch. It was deleted from pulsar's master
sometime before 2.7 release:
https://github.com/apache/pulsar/commits/master/pulsar-client-kafka-compat
https://github.com/apache/pulsar/pull/8480
As a result, it was never released in 2.7.x and does not build r
Dear Sir/Madam,
This is with refence to one of the issue we are facing in deploying the java
pulsar state function in the Kubernetes for more than 2 weeks. We tried taking
the help from documentation as well as from net but the issue is not resolved.
We are trying to deploy a simple function th