japi for Custom shard allocation
Open
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 89
Description
It is hard to implemente `ShardAllocationStrategy` on java, it have to use too much "Converter" in there.
In our case, we have something like Kafka ShardAllocationStrategy, it have nice distribution both on topic and partition, this cannot be done under the default `LeastShardAllocationStrategy`.
Don't know much about`ExternalShardAllocationStrategy`, This may be a duplicate part.
Contributor guide
Assessment
This issue has not been assessed yet.