https://github.com/apache/kafka/pull/6771
Hello, Could the above PR can be reviewed? This has been waiting for a long time. Just to mention, the package name should have "internal". Round-robin partitioning should have been supported without/without a key from the beginning. It provides user a guaranteed round-robin partitioning without having to regard for key values (e.g. null/not null). From our business side, this is a Kafka internal logic. Hence, the placement inside "internal" package. Thanks,