Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-10 Thread via GitHub
jolshan commented on code in PR #14531: URL: https://github.com/apache/kafka/pull/14531#discussion_r1447664834 ## clients/src/main/java/org/apache/kafka/clients/producer/Partitioner.java: ## @@ -26,6 +26,15 @@ */ public interface Partitioner extends Configurable, Closeable {

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-10 Thread via GitHub
jolshan commented on PR #14531: URL: https://github.com/apache/kafka/pull/14531#issuecomment-1885235923 I think this change would require a KIP since it modifies the public API. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-09 Thread via GitHub
philipnee commented on code in PR #14531: URL: https://github.com/apache/kafka/pull/14531#discussion_r1446899891 ## clients/src/main/java/org/apache/kafka/clients/producer/Partitioner.java: ## @@ -26,6 +26,15 @@ */ public interface Partitioner extends Configurable, Closeable

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-09 Thread via GitHub
philipnee commented on PR #14531: URL: https://github.com/apache/kafka/pull/14531#issuecomment-1884215706 @jimbogithub - thanks for the PR, i've got a few questions to clarify: - `KafkaProducer.partition(...) not throw IllegalArgumentException if the Partitioner returns

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-09 Thread via GitHub
philipnee commented on code in PR #14531: URL: https://github.com/apache/kafka/pull/14531#discussion_r1446881807 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1368,7 +1368,7 @@ private int partition(ProducerRecord record, byte[]

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-09 Thread via GitHub
jimbogithub commented on PR #14531: URL: https://github.com/apache/kafka/pull/14531#issuecomment-1884148153 This PR is still valid and desired, has no merge conflicts and does build despite Jenkins protestations. I do not have the ability to add Reviewers. -- This is an automated

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2024-01-09 Thread via GitHub
github-actions[bot] commented on PR #14531: URL: https://github.com/apache/kafka/pull/14531#issuecomment-1884136280 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has

Re: [PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2023-10-11 Thread via GitHub
jimbogithub commented on PR #14531: URL: https://github.com/apache/kafka/pull/14531#issuecomment-1758458826 See https://issues.apache.org/jira/browse/KAFKA-14546 for rationale. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] KAFKA-14546 - Support Partitioner fallback to default [kafka]

2023-10-11 Thread via GitHub
jimbogithub opened a new pull request, #14531: URL: https://github.com/apache/kafka/pull/14531 Allow custom Partitioners to fallback to default partitioning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL