- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Creates a new KafkaAdminClient in the Resource context,
using the specified AdminClientSettings. If working in a
Stream context, you might prefer KafkaAdminClient.stream.
Creates a new KafkaAdminClient in the Resource context,
using the specified AdminClientSettings. If working in a
Stream context, you might prefer KafkaAdminClient.stream.
Like resource, but allows the effect type of the created KafkaAdminClient to be different from the effect type of the Resource that allocates it.
Like resource, but allows the effect type of the created KafkaAdminClient to be different from the effect type of the Resource that allocates it.
Creates a new KafkaAdminClient in the Stream context,
using the specified AdminClientSettings. If you're not
working in a Stream context, you might instead prefer to
use the KafkaAdminClient.resource.
Creates a new KafkaAdminClient in the Stream context,
using the specified AdminClientSettings. If you're not
working in a Stream context, you might instead prefer to
use the KafkaAdminClient.resource.
Like stream, but allows the effect type of the created KafkaAdminClient to be different from the effect type of the Stream that allocates it.
Like stream, but allows the effect type of the created KafkaAdminClient to be different from the effect type of the Stream that allocates it.