Uses of Class
io.strimzi.systemtest.kafkaclients.clientproperties.ProducerProperties.ProducerPropertiesBuilder
-
Packages that use ProducerProperties.ProducerPropertiesBuilder Package Description io.strimzi.systemtest.kafkaclients.clientproperties -
-
Uses of ProducerProperties.ProducerPropertiesBuilder in io.strimzi.systemtest.kafkaclients.clientproperties
Methods in io.strimzi.systemtest.kafkaclients.clientproperties that return ProducerProperties.ProducerPropertiesBuilder Modifier and Type Method Description ProducerProperties.ProducerPropertiesBuilder
ProducerProperties. toBuilder(ProducerProperties clientProperties)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withAcksConfig(String acksConfig)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withBootstrapServerConfig(String bootstrapServer)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withClientIdConfig(String clientId)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withKeySerializerConfig(Class<? extends org.apache.kafka.common.serialization.Serializer> keySerializer)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withMaxBlockMsConfig(String maxBlockMsConfig)
ProducerProperties.ProducerPropertiesBuilder
ProducerProperties.ProducerPropertiesBuilder. withValueSerializerConfig(Class<? extends org.apache.kafka.common.serialization.Serializer> valueSerializer)
-