A builder for IAdminClient.
AdminClientConfigAdminClient configuration properties
BrokerMetadataMetadata pertaining to a single Kafka broker.
ClientConfigConfiguration common to all clients
ClientExtensionsIClient extension methods
CommittedOffsetsEncapsulates information provided to a Consumer's OnOffsetsCommitted event - per-partition offsets and success/error together with overall success/error of the commit operation.
ConfigBase functionality common to all configuration classes.
ConfigPropertyNamesNames of all configuration properties specific to the .NET Client.
ConfigPropertyNames.ConsumerConsumer specific configuration properties.
ConfigPropertyNames.ProducerProducer specific configuration properties.
ConsumeExceptionRepresents an error that occured during message consumption.
ConsumeResult<TKey, TValue>Represents a message consumed from a Kafka cluster.
ConsumerBuilder<TKey, TValue>A builder class for IConsumer<TKey, TValue>.
ConsumerConfigConsumer configuration properties
ConsumerGroupTopicPartitionOffsetsRepresents a Kafka tuple (consumer group, list of TopicPartitionOffsets).
ConsumerGroupTopicPartitionsRepresents a Kafka tuple (consumer group, list of TopicPartions).
DeliveryReport<TKey, TValue>The result of a produce request.
DeliveryResult<TKey, TValue>Encapsulates the result of a successful produce request.
DependentAdminClientBuilderA builder class for IAdminClient instance implementations that leverage an existing client handle.
DependentProducerBuilder<TKey, TValue>A builder class for IProducer<TKey, TValue> instance implementations that leverage an existing client handle.
[API-SUBJECT-TO-CHANGE] - This class may be removed in the future in favor of an improved API for this functionality.
DeserializersDeserializers for use with Confluent.Kafka.Consumer<TKey, TValue>.
ErrorRepresents an error that occured when interacting with a Kafka broker or the librdkafka library.
ErrorCodeExtensionsProvides extension methods on the ErrorCode enumeration.
GroupInfoEncapsulates information describing a particular Kafka group.
GroupMemberInfoEncapsulates information describing a particular member of a Kafka group.
HandleA handle for a librdkafka client instance. Also encapsulates a reference to the IClient instance that owns this handle.
HeaderRepresents a kafka message header.
HeadersA collection of Kafka message headers.
IAdminClientExtensionsExtension methods for default IAdminClient implementations.
IConsumerExtensionsCommon extension methods for IConsumer<TKey, TValue> implementations.
IgnoreA type for use in conjunction with IgnoreDeserializer that enables message keys or values to be read as null, regardless of their value.
KafkaExceptionRepresents an error that occured during an interaction with Kafka.
KafkaRetriableExceptionRepresents an error where the operation that caused it may be retried.
KafkaTxnRequiresAbortExceptionRepresents an error that caused the current transaction to fail and enter the abortable state.
LibraryMethods that relate to the native librdkafka library itself (do not require a Producer or Consumer broker connection).
LogMessageEncapsulates information provided to the Producer/Consumer OnLog event.
LoggersOnLog callback event handler implementations.
MessageMetadataAll components of Message<TKey, TValue> except Key and Value.
MessageNullExceptionThrown when there is an attempt to dereference a null Message reference.
Message<TKey, TValue>Represents a (deserialized) Kafka message.
MetadataKafka cluster metadata.
NodeNode represents a Kafka broker.
NullA type for use in conjunction with NullSerializer and NullDeserializer that enables null key or values to be enforced when producing or consuming messages.
PartitionMetadataMetadata pertaining to a single Kafka topic partition.
ProduceException<TKey, TValue>Represents an error that occured whilst producing a message.
ProducerBuilder<TKey, TValue>A builder class for IProducer<TKey, TValue>.
ProducerConfigProducer configuration properties
SerializersSerializers for use with Confluent.Kafka.Producer<TKey, TValue>.
TopicCollectionA class used to represent a collection of topics.
TopicMetadataMetadata pertaining to a single Kafka topic.
TopicPartitionRepresents a Kafka (topic, partition) tuple.
TopicPartitionErrorRepresents a Kafka (topic, partition, error) tuple.
TopicPartitionExceptionRepresents an error that occured during a Consumer.Position request.
TopicPartitionInfoTopicPartitionInfo represents the description of a partition within a topic. Used for result of DescribeTopics for an individual topic.
TopicPartitionOffsetRepresents a Kafka (topic, partition, offset) tuple.
TopicPartitionOffsetErrorRepresents a Kafka (topic, partition, offset, error) tuple.
TopicPartitionOffsetExceptionRepresents an error that occured during a Consumer.Position request.
TopicPartitionTimestampRepresents a Kafka (topic, partition, timestamp) tuple.
UuidRepresents a UUID
WatermarkOffsetsRepresents the low and high watermark offsets of a Kafka topic/partition.
Structs OffsetRepresents a Kafka partition offset value.
PartitionRepresents a Kafka partition.
SerializationContextContext relevant to a serialization or deserialization operation.
TimestampEncapsulates a Kafka timestamp and its type.
Interfaces IAdminClientDefines an Apache Kafka admin client.
IAsyncDeserializer<T>A deserializer for use with Confluent.Kafka.Consumer<TKey, TValue>.
IAsyncSerializer<T>Defines a serializer for use with Confluent.Kafka.Producer<TKey, TValue>.
IClientDefines methods common to all client types.
IConsumerGroupMetadataThe consumer group metadata associated with a consumer.
IConsumer<TKey, TValue>Defines a high-level Apache Kafka consumer (with key and value deserialization).
IDeserializer<T>Defines a deserializer for use with Confluent.Kafka.Consumer<TKey, TValue>.
IHeaderDefines a Kafka message header.
IProducer<TKey, TValue>Defines a high-level Apache Kafka producer client that provides key and value serialization.
ISerializer<T>Defines a serializer for use with Confluent.Kafka.Producer<TKey, TValue>.
Enums AcksAcks enum values
AutoOffsetResetAutoOffsetReset enum values
BrokerAddressFamilyBrokerAddressFamily enum values
ClientDnsLookupClientDnsLookup enum values
CompressionTypeCompressionType enum values
ConsumerGroupStateEnumerates the different consumer group states.
ConsumerGroupTypeEnumerates the different consumer group types.
ElectionTypeEnumerates the different types of Election types.
ErrorCodeEnumeration of local and broker generated error codes.
GroupProtocolGroupProtocol enum values
IsolationLevelIsolationLevel enum values
LogLevelTypeEnumerates different log level enumerations.
MessageComponentTypeEnumerates different parts of a Kafka message
MetadataRecoveryStrategyMetadataRecoveryStrategy enum values
PartitionAssignmentStrategyPartitionAssignmentStrategy enum values
PartitionerPartitioner enum values
PersistenceStatusEnumeration of possible message persistence states.
SaslMechanismSaslMechanism enum values
SaslOauthbearerAssertionAlgorithmSaslOauthbearerAssertionAlgorithm enum values
SaslOauthbearerGrantTypeSaslOauthbearerGrantType enum values
SaslOauthbearerMethodSaslOauthbearerMethod enum values
SecurityProtocolSecurityProtocol enum values
SslEndpointIdentificationAlgorithmSslEndpointIdentificationAlgorithm enum values
SyslogLevelRepresents enumeration with levels coming from syslog(3)
TimestampTypeEnumerates the different meanings of a message timestamp value.
Delegates PartitionerDelegateCalculate a partition number given a partitionCount
and serialized keyData
. The topic
is also provided, but is typically not used.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4