47 static constexpr std::string_view
kName{
"kafka-consumer"};
49 ConsumerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
50 ~ConsumerComponent()
override;
56 static yaml_config::Schema GetStaticConfigSchema();
59 static constexpr std::size_t kImplSize = 2480;
60 static constexpr std::size_t kImplAlign = 16;
61 utils::FastPimpl<impl::Consumer, kImplSize, kImplAlign> consumer_;