fs2.kafka.vulcan
Type members
Classlikes
The available options for SchemaRegistryClientSettings#withAuth.
The available options for SchemaRegistryClientSettings#withAuth.
Available options include:
- Auth.Basic to authenticate with username and password,
- Auth.Bearer to authenticate with an authentication token,
- Auth.None to not provide any authentication details.
- Companion
- object
Describes how to create a KafkaAvroDeserializer and a
KafkaAvroSerializer and which settings should be used.
Settings are tailored for the Confluent Kafka Avro
serializers and deserializers.
Describes how to create a KafkaAvroDeserializer and a
KafkaAvroSerializer and which settings should be used.
Settings are tailored for the Confluent Kafka Avro
serializers and deserializers.
Use AvroSettings.apply to create an instance.
- Companion
- object
Describes how to create a SchemaRegistryClient and which
settings should be used. Settings are tailored for default
implementation CachedSchemaRegistryClient.
Describes how to create a SchemaRegistryClient and which
settings should be used. Settings are tailored for default
implementation CachedSchemaRegistryClient.
Use SchemaRegistryClient#apply to create an instance.
- Companion
- object
Types
Alias for io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.
Alias for io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.
Alias for io.confluent.kafka.serializers.KafkaAvroDeserializer.
Alias for io.confluent.kafka.serializers.KafkaAvroDeserializer.
Alias for io.confluent.kafka.serializers.KafkaAvroSerializer.
Alias for io.confluent.kafka.serializers.KafkaAvroSerializer.