[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `ManagedKafkaClientBuilder` class is a builder for creating `ManagedKafkaClient` instances, which are used to interact with the Managed Service for Apache Kafka API v1."],["This builder class simplifies configuration of credentials, endpoints, and other settings for the `ManagedKafkaClient`."],["It inherits from `ClientBuilderBase` and offers methods like `Build()` and `BuildAsync()` to create the client, both synchronously and asynchronously."],["It also contains a `Settings` property of the type `ManagedKafkaSettings`, to adjust RPC calls and set default settings if needed."],["The builder uses a `ChannelPool`, which is retrieved by the `GetChannelPool()` method when no other options are provided."]]],[]]