public class PulsarProducerKafkaConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BATCHING_ENABLED |
static String |
BATCHING_MAX_MESSAGES |
static String |
INITIAL_SEQUENCE_ID |
static String |
MAX_PENDING_MESSAGES |
static String |
MAX_PENDING_MESSAGES_ACROSS_PARTITIONS |
static String |
PRODUCER_NAME |
| Constructor and Description |
|---|
PulsarProducerKafkaConfig() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pulsar.client.api.ProducerBuilder<byte[]> |
getProducerBuilder(org.apache.pulsar.client.api.PulsarClient client,
Properties properties) |
public static final String PRODUCER_NAME
public static final String INITIAL_SEQUENCE_ID
public static final String MAX_PENDING_MESSAGES
public static final String MAX_PENDING_MESSAGES_ACROSS_PARTITIONS
public static final String BATCHING_ENABLED
public static final String BATCHING_MAX_MESSAGES
public static org.apache.pulsar.client.api.ProducerBuilder<byte[]> getProducerBuilder(org.apache.pulsar.client.api.PulsarClient client,
Properties properties)
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.