Example usage for org.springframework.kafka.core ProducerFactory interface-usage

List of usage examples for org.springframework.kafka.core ProducerFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.kafka.core ProducerFactory interface-usage.

Usage

From source file org.springframework.kafka.core.DefaultKafkaProducerFactory.java

/**
 * The {@link ProducerFactory} implementation for the {@code singleton} shared {@link Producer}
 * instance.
 * <p>
 * This implementation will produce a new {@link Producer} instance
 * for provided {@link Map} {@code configs} and optional {@link Serializer} {@code keySerializer},