KAFKA-12864: Move KafkaEventQueue into server-common#10787
Conversation
|
Thanks for the PR. Can we please include the motivation? |
|
Are we using these classes from any module besides metadata atm? |
|
I would personally not move these classes unless we believe we will use them from other modules. They're a bit specialized, especially the timeline ones. |
I will revise the PR to move just the queue and not the timeline data structures. |
|
Makes sense. Thanks! |
|
OK. Thanks for the reviews. I will commit after Jenkins runs if there are no objections (current PR just moves KafkaEventQueue) |
ijuma
left a comment
There was a problem hiding this comment.
LGTM. Let's update the PR description and commit message too.
Move the KafkaEventQueue into server-common. Since it is a generic data structure not specific to metadata, it fits better into the server-common gradle module than into the metadata module.