Dmitry created KAFKA-7359:
-----------------------------
Summary: How to align kafka partition
Key: KAFKA-7359
URL: https://issues.apache.org/jira/browse/KAFKA-7359
Project: Kafka
Issue Type: Task
Components: documentation
Affects Versions: 1.1.1
Environment: ubuntu 16.04, kafka 1.1.1 official
Reporter: Dmitry
Hello!
I have 100 partitions in Kafka server standalone. I want to align kafka
partitions
For example, i have:
||Partition||Begin||End||
|0|0|500000|
|1|0|10000|
|2|0|10000|
|3|0|10000|
|4|0|10000|
|..| | |
|50|0|10000|
|..| | |
|100|0|10000|
What i want:
||Partition||Begin||End||
|0|0|15000|
|1|0|15000|
|2|0|15000|
|3|0|15000|
|4|0|15000|
|..| | |
|50|0|15000|
|..| | |
|100|0|15000|
How i can do it?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)