We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://eventuate-users.slack.com/archives/C3L9MNMQC/p1589999456102900
I assume that you are using Kafka. You can specify the default at the broker level: http://kafka.apache.org/documentation/#num.partitions or you can create/reconfigure a topic with the desired number using kafka-topics.sh. For example, see this answer on stack overflow: https://stackoverflow.com/questions/22152269/how-to-specify-number-of-partitions-on-kafka-2-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://eventuate-users.slack.com/archives/C3L9MNMQC/p1589999456102900
I assume that you are using Kafka. You can specify the default at the broker level: http://kafka.apache.org/documentation/#num.partitions or you can create/reconfigure a topic with the desired number using kafka-topics.sh. For example, see this answer on stack overflow: https://stackoverflow.com/questions/22152269/how-to-specify-number-of-partitions-on-kafka-2-8
The text was updated successfully, but these errors were encountered: