63 static constexpr std::string_view
kName{
"kafka-consumer"};
65 ConsumerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
66 ~ConsumerComponent()
override;
75 static constexpr std::size_t kImplSize = 2480;
76 static constexpr std::size_t kImplAlign = 16;
77 utils::FastPimpl<impl::Consumer, kImplSize, kImplAlign> consumer_;
81 utils::statistics::Entry statistics_holder_;