5#include <userver/kafka/producer.hpp>
7#include <userver/components/component_base.hpp>
8#include <userver/utils/statistics/entry.hpp>
10USERVER_NAMESPACE_BEGIN
57 ProducerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
58 ~ProducerComponent()
override;
71 utils::statistics::Entry statistics_holder_;