K
- the key type.V
- the value type.ConsumerFactory
.@Deprecated
public interface ClientIdSuffixAware<K,V>
ConsumerFactory
implements this interface, it supports customizing the
client.id
by adding a suffix, if a client.id
property is provided.Modifier and Type | Method and Description |
---|---|
org.apache.kafka.clients.consumer.Consumer<K,V> |
createConsumer(java.lang.String clientIdSuffix)
Deprecated.
Create a consumer, appending the suffix to the
client.id property,
if present. |