Interface ProducerConfigCustomizer

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ProducerConfigCustomizer
    This customizer is called by the binder to customize producer configuration in Kafka Producer factory.
    Since:
    3.0.9
    Author:
    Soby Chacko