-
Notifications
You must be signed in to change notification settings - Fork 9
Overhaul partition handling #82
New issue
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
Conversation
Alek96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve added a few comments, but they’re mostly related to my personal coding style. Overall, it’s a +1 from me.
namastack-outbox-core/src/main/kotlin/io/namastack/outbox/OutboxProcessingScheduler.kt
Outdated
Show resolved
Hide resolved
namastack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/NewInstancesRebalancer.kt
Outdated
Show resolved
Hide resolved
namastack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/NewInstancesRebalancer.kt
Outdated
Show resolved
Hide resolved
namastack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/NewInstancesRebalancer.kt
Outdated
Show resolved
Hide resolved
...k-outbox-core/src/main/kotlin/io/namastack/outbox/partition/PartitionAssignmentRepository.kt
Outdated
Show resolved
Hide resolved
namastack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/PartitionCoordinator.kt
Outdated
Show resolved
Hide resolved
...stack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/StalePartitionsRebalancer.kt
Outdated
Show resolved
Hide resolved
...stack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/StalePartitionsRebalancer.kt
Outdated
Show resolved
Hide resolved
...stack-outbox-core/src/main/kotlin/io/namastack/outbox/partition/StalePartitionsRebalancer.kt
Outdated
Show resolved
Hide resolved
...ack-outbox-jpa/src/main/kotlin/io/namastack/outbox/JpaOutboxPartitionAssignmentRepository.kt
Outdated
Show resolved
Hide resolved
…skExecutors for heartbeat and rebalancing
Hey @Alek96, thanks again for reviewing my code! I’ve done some overall refactoring, and I’d be really happy if you could find a moment to look over the changes. Hopefully most of the points from your last review are also addressed now. |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! I’ve reviewed the changes, I like it, and it’s still a +1 from me.
...ack-outbox-jpa/src/main/kotlin/io/namastack/outbox/JpaOutboxPartitionAssignmentRepository.kt
Outdated
Show resolved
Hide resolved
…and add some tests
…ExceptionHelper messages in log
No description provided.