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