A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.confluent.io/current/clients/confluent-kafka-dotnet/api/Confluent.Kafka.Library.html below:

Class Library | Confluent.Kafka

Class Library

Methods that relate to the native librdkafka library itself (do not require a Producer or Consumer broker connection).

Namespace: Confluent.Kafka Assembly: Confluent.Kafka.dll Syntax
public static class Library
Properties DebugContexts

Gets a list of the supported debug contexts.

Declaration
public static string[] DebugContexts { get; }
Property Value HandleCount

The total number librdkafka client instances that have been created and not yet disposed.

Declaration
public static int HandleCount { get; }
Property Value IsLoaded

true if librdkafka has been successfully loaded, false if not.

Declaration
public static bool IsLoaded { get; }
Property Value 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 VersionString

Gets the librdkafka version as string.

Declaration
public static string VersionString { get; }
Property Value Methods Load()

Loads the native librdkafka library. Does nothing if the library is already loaded.

Declaration
public static bool Load()
Returns Type Description bool

true if librdkafka was loaded as a result of this call, false if the library has already been loaded.

Load(string)

Loads the native librdkafka library from the specified path (note: the specified path needs to include the filename). Does nothing if the library is already loaded.

Declaration
public static bool Load(string path)
Parameters Type Name Description string path Returns Type Description bool

true if librdkafka was loaded as a result of this call, false if the library has already been loaded.


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