-
Notifications
You must be signed in to change notification settings - Fork 82
Change KafkaChannel defaults for partition and replica #1006
Comments
I can bring this in today's Kafka WG call if you won't join. |
I don't have a strong opinion.
I think I would still prefer option 1, but I am ok with it both |
I'm ok either way ; ) |
FWIW, we have the same defaults on the knative kafka broker |
/reopen |
@pierDipi: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
Problem
The current defaults for setting
partitions
andreplica
to1
is a pretty poor choice.We noticed in tests that it is much much better if we default to something like
10 partitions
and3 replica
The issue here is that
3
replica does not work single broker instances, but those are generally considered being a toy.For POCs or demos, the
replica
can be still configured to be1
, on the actualKafkaChannel
object - so single broker usage is still possiblePersona:
Which persona is this feature for?
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: