apache / apache/pulsar-client-node
send delayed message, but consume immediately
- Dominant language
- C++
- Stars
- 164
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the delayed-send example using pulsar-server 3.0.1, pulsar-client 1.9.0, and Node v19.6.0, then inspect the producer.send call and the consumer timing. Done means determining why deliverAfter: 30000 is ignored or identifying the missing usage required for the message to be consumed after the delay.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100