Interface KafkaProducerCache

All Known Implementing Classes:
KafkaProducerCacheImpl

public interface KafkaProducerCache
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.kafka.clients.producer.Producer<byte[],byte[]>
    provide(String cacheKey, Map<String,Object> configs)
     
  • Method Details

    • provide

      org.apache.kafka.clients.producer.Producer<byte[],byte[]> provide(String cacheKey, Map<String,Object> configs)