We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pulsar-server 3.0.1 pulsar-client 1.9.0 node v19.6.0
I cannot send delayed messages.
producer.send({ data: Buffer.from(JSON.stringify(Date.now())), deliverAfter: 30000 });
Is there some thing wrong?
The text was updated successfully, but these errors were encountered:
Can you check your broker configuration?
https://pulsar.apache.org/docs/3.1.x/concepts-messaging/#broker
Sorry, something went wrong.
Delayed message delivery is enabled.
delayedDeliveryEnabled=true delayedDeliveryTrackerFactoryClassName=org.apache.pulsar.broker.delayed.InMemoryDelayedDeliveryTrackerFactory delayedDeliveryTickTimeMillis=1000
I think broker configs is ok.
Golang client works.
https://github.com/shibd/pulsar-node-delayed-test
You can refer to this repository for testing.
No branches or pull requests
pulsar-server 3.0.1
pulsar-client 1.9.0
node v19.6.0
I cannot send delayed messages.
Is there some thing wrong?
The text was updated successfully, but these errors were encountered: