Class Library
Methods that relate to the native librdkafka library itself (do not require a Producer or Consumer broker connection).
Inheritance
System.Object
Library
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public static class Library
Properties
DebugContexts
Gets a list of the supported debug contexts.
Declaration
public static string[] DebugContexts { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Version
Gets the librdkafka version as an integer.
Interpreted as hex MM.mm.rr.xx:
- MM = Major
- mm = minor
- rr = revision
- xx = pre-release id (0xff is the final release)
E.g.: 0x000901ff = 0.9.1
Declaration
public static int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
VersionString
Gets the librdkafka version as string.
Declaration
public static string VersionString { get; }
Property Value
Type | Description |
---|---|
System.String |