45 static constexpr std::string_view
kName{
"kafka-consumer"};
47 ConsumerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
48 ~ConsumerComponent()
override;
57 static constexpr std::size_t kImplSize = 2480;
58 static constexpr std::size_t kImplAlign = 16;
59 utils::FastPimpl<impl::Consumer, kImplSize, kImplAlign> consumer_;
63 utils::statistics::Entry statistics_holder_;