-
Notifications
You must be signed in to change notification settings - Fork 594
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
redpanda: hide kafka server implementation from application.cc #23848
Conversation
in a separate header, this top-level type allows us to bring the config structure into application.cc without also brining in all of the qdc_monitor implementation itself. Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
98347e9
to
4228989
Compare
#include "kafka/server/quota_manager.h" | ||
#include "kafka/server/rm_group_frontend.h" | ||
#include "kafka/server/server.h" |
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.
the sauce
server_app& operator=(server_app&&) noexcept = delete; | ||
~server_app(); | ||
|
||
seastar::future<> init( |
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 love the start vs init
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
4228989
to
8007461
Compare
Forced pushed to add missing interface used in a test. https://github.com/redpanda-data/redpanda/compare/4228989d1281a6bf506c2ee76b38b245372b822b..8007461bdc2fb6a9649ac1ca9c42c81c0187e897 |
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/56880#0192a5b0-a0a3-4806-aac8-69efbba5ecab |
redpanda: hide kafka server implementation from application.cc
Backports Required
Release Notes