Support micro batching in channels
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 35/100
Research direction
Start by locating the channel receive and send APIs in the jox repository and review their existing tests. Compare how blocking, timeouts, and non-blocking operations are currently represented before defining the batch API semantics. Done means the supported receive and send batching behavior is implemented and covered by tests, including incomplete batches.
Written by the indexing model from the issue text.
Description
It'd be nice to be able to receive (or send) multiple values at once from the channel, something like channel.receive(n). For the case when n elements are not available, there could be an overloaded version channel.receive(n, duration) and even channel.receive(n, shouldBlock); shouldBlock=false would immediately return a batch with fewer than n elements.
- Dominant language
- Java
- Stars
- 423
- Forks
- 16
- Avg merge
- 15h 5m
- Merged PRs (30d)
- 17
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from softwaremill/jox
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
softwaremill/jox#348 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
softwaremill/jox#347 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
softwaremill/jox#346 ·
-
Byte flow codecs: gzip/gunzip, deflate, inflate, base64, digest, encode/decode string w/ charset Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
softwaremill/jox#345 ·
-
Dependency Dashboard Open
Difficulty 4/5 3-5 days Newbie friendliness 15/100
softwaremill/jox#101 ·
All issues in softwaremill/jox
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100