public class PulsarClientKafkaConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_CLASS |
static String |
CONCURRENT_LOOKUP_REQUESTS |
static String |
CONNECTIONS_PER_BROKER |
static String |
MAX_NUMBER_OF_REJECTED_REQUESTS_PER_CONNECTION |
static String |
NUM_IO_THREADS |
static String |
OPERATION_TIMEOUT_MS |
static String |
STATS_INTERVAL_SECONDS |
static String |
TLS_ALLOW_INSECURE_CONNECTION |
static String |
TLS_TRUST_CERTS_FILE_PATH |
static String |
USE_TCP_NODELAY |
static String |
USE_TLS |
| Constructor and Description |
|---|
PulsarClientKafkaConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfiguration |
getClientConfiguration(Properties properties) |
public static final String AUTHENTICATION_CLASS
public static final String USE_TLS
public static final String TLS_TRUST_CERTS_FILE_PATH
public static final String TLS_ALLOW_INSECURE_CONNECTION
public static final String OPERATION_TIMEOUT_MS
public static final String STATS_INTERVAL_SECONDS
public static final String NUM_IO_THREADS
public static final String CONNECTIONS_PER_BROKER
public static final String USE_TCP_NODELAY
public static final String CONCURRENT_LOOKUP_REQUESTS
public static final String MAX_NUMBER_OF_REJECTED_REQUESTS_PER_CONNECTION
public static ClientConfiguration getClientConfiguration(Properties properties)
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.