Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addHealthCheck(KafkaBuildTimeConfig) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- addSaslProvidersToNativeImage(BuildProducer<NativeImageSecurityProviderBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
B
- build(KafkaBuildTimeConfig, CurateOutcomeBuildItem, BuildProducer<ConfigDescriptionBuildItem>, CombinedIndexBuildItem, BuildProducer<ReflectiveClassBuildItem>, BuildProducer<ServiceProviderBuildItem>, BuildProducer<NativeImageProxyDefinitionBuildItem>, Capabilities, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<ExtensionSslNativeSupportBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- BUILT_INS - Static variable in class io.quarkus.kafka.client.deployment.KafkaProcessor
C
- checkBoostrapServers(KafkaRecorder, Capabilities) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- close() - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- close() - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- configure() - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- configure() - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- containerEnv() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Environment variables that are passed to the container.
- containerIsStarting(InspectContainerResponse, boolean) - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- containerIsStarting(InspectContainerResponse, boolean) - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- contributeClassesToIndex(BuildProducer<AdditionalIndexedClassesBuildItem>, BuildProducer<IndexDependencyBuildItem>, Capabilities) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- createJsonRPCService() - Method in class io.quarkus.kafka.client.deployment.devui.KafkaDevUIProcessor
- createTopicPartitions(String, KafkaDevServicesBuildTimeConfig) - Method in class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
D
- DEV_SERVICE_LABEL - Static variable in class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
-
Label to add to shared Dev Service for Kafka running in containers.
- devservices() - Method in interface io.quarkus.kafka.client.deployment.KafkaBuildTimeConfig
-
Dev Services.
- DevServicesKafkaProcessor - Class in io.quarkus.kafka.client.deployment
-
Starts a Kafka broker as dev service if needed.
- DevServicesKafkaProcessor() - Constructor for class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
E
- effectiveImageName() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
- enabled() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
If Dev Services for Kafka has been explicitly enabled or disabled.
- ensureJsonParserAvailable() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
F
- feature() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
G
- getAsBoolean() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor.HasSnappy
- getBootstrapServers() - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- getBootstrapServers() - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- getConnectionInfo() - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- getConnectionInfo() - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- getDefaultImageName() - Method in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
- getExposedKafkaPort() - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
H
- handleSnappyInNative(BuildProducer<ReflectiveClassBuildItem>, BuildProducer<NativeImageFeatureBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- handleStrimziOAuth(CurateOutcomeBuildItem, BuildProducer<ReflectiveClassBuildItem>) - Method in class io.quarkus.kafka.client.deployment.StrimziOAuthProcessor
- HasSnappy(KafkaBuildTimeConfig) - Constructor for class io.quarkus.kafka.client.deployment.KafkaProcessor.HasSnappy
- healthEnabled() - Method in interface io.quarkus.kafka.client.deployment.KafkaBuildTimeConfig
-
Whether a health check is published in case the smallrye-health extension is present.
I
- imageName() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
The Kafka container image to use.
- io.quarkus.kafka.client.deployment - package io.quarkus.kafka.client.deployment
- io.quarkus.kafka.client.deployment.devui - package io.quarkus.kafka.client.deployment.devui
K
- KAFKA_NATIVE - Enum constant in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
- KAFKA_PORT - Static variable in class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
- kafkaAdmin() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- KafkaBuildTimeConfig - Interface in io.quarkus.kafka.client.deployment
- kafkaClientBeans() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- KafkaDevServicesBuildTimeConfig - Interface in io.quarkus.kafka.client.deployment
- KafkaDevServicesBuildTimeConfig.Provider - Enum Class in io.quarkus.kafka.client.deployment
- KafkaDevUIProcessor - Class in io.quarkus.kafka.client.deployment.devui
-
Kafka Dev UI (v2)
- KafkaDevUIProcessor() - Constructor for class io.quarkus.kafka.client.deployment.devui.KafkaDevUIProcessor
- KafkaNativeContainer - Class in io.quarkus.kafka.client.deployment
- KafkaNativeContainer(DockerImageName, int, String, boolean) - Constructor for class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- KafkaProcessor - Class in io.quarkus.kafka.client.deployment
- KafkaProcessor() - Constructor for class io.quarkus.kafka.client.deployment.KafkaProcessor
- KafkaProcessor.HasSnappy - Class in io.quarkus.kafka.client.deployment
L
- loadSnappyIfEnabled(LaunchModeBuildItem, SnappyRecorder, KafkaBuildTimeConfig) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- logging(BuildProducer<LogCategoryBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- logStartedAndCreateTopicPartitions(String, KafkaDevServicesBuildTimeConfig) - Method in class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
N
- nativeImageConfiguration() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
O
- OBJECT_MAPPER - Static variable in class io.quarkus.kafka.client.deployment.KafkaProcessor
P
- pages() - Method in class io.quarkus.kafka.client.deployment.devui.KafkaDevUIProcessor
- PARTITION_ASSIGNER - Static variable in class io.quarkus.kafka.client.deployment.KafkaProcessor
- port() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Optional fixed port the dev service will listen to.
- provider() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Kafka dev service container type.
- proxyPort() - Method in interface io.quarkus.kafka.client.deployment.RedpandaBuildTimeConfig
-
Port to access the Redpanda HTTP Proxy (pandaproxy).
R
- redpanda() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Allows configuring the Redpanda broker.
- REDPANDA - Enum constant in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
- RedpandaBuildTimeConfig - Interface in io.quarkus.kafka.client.deployment
-
Allows configuring the Redpanda broker.
- RedpandaKafkaContainer - Class in io.quarkus.kafka.client.deployment
-
Container configuring and starting the Redpanda broker.
- RedpandaKafkaContainer(DockerImageName, int, String, boolean, RedpandaBuildTimeConfig) - Constructor for class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
- registerServiceBinding(Capabilities, BuildProducer<ServiceProviderBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- relaxSaslElytron(BuildProducer<RunTimeConfigurationDefaultBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- runtimeConfig() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- runtimeInitializedClasses() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
S
- serverConfigs() - Method in interface io.quarkus.kafka.client.deployment.StrimziBuildTimeConfig
-
Configuration properties that will be added to the server properties file provided to the Kafka broker by the Strimzi provider.
- serviceName() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
The value of the
quarkus-dev-service-kafkalabel attached to the started container. - shared() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Indicates if the Kafka broker managed by Quarkus Dev Services is shared.
- silenceUnwantedConfigLogs(BuildProducer<LogCleanupFilterBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- snappyEnabled() - Method in interface io.quarkus.kafka.client.deployment.KafkaBuildTimeConfig
-
Whether to enable Snappy in native mode.
- snappyEnableNativeAccess() - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- snappyLoadFromSharedClassLoader() - Method in interface io.quarkus.kafka.client.deployment.KafkaBuildTimeConfig
-
Whether to load the Snappy native library from the shared classloader.
- startKafkaDevService(DockerStatusBuildItem, DevServicesComposeProjectBuildItem, LaunchModeBuildItem, KafkaBuildTimeConfig, List<DevServicesSharedNetworkBuildItem>, DevServicesConfig) - Method in class io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor
- strimzi() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Allows configuring the Strimzi broker.
- STRIMZI - Enum constant in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
- StrimziBuildTimeConfig - Interface in io.quarkus.kafka.client.deployment
-
Allows configuring the Strimzi dev services broker.
- StrimziOAuthProcessor - Class in io.quarkus.kafka.client.deployment
- StrimziOAuthProcessor() - Constructor for class io.quarkus.kafka.client.deployment.StrimziOAuthProcessor
T
- topicPartitions() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
The topic-partition pairs to create in the Dev Services Kafka broker.
- topicPartitionsTimeout() - Method in interface io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig
-
Timeout for admin client calls used in topic creation.
- transactionEnabled() - Method in interface io.quarkus.kafka.client.deployment.RedpandaBuildTimeConfig
-
Enables transaction support.
V
- valueOf(String) - Static method in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.kafka.client.deployment.KafkaDevServicesBuildTimeConfig.Provider
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withSasl(CombinedIndexBuildItem, BuildProducer<ReflectiveClassBuildItem>, BuildProducer<NativeImageResourceBundleBuildItem>, BuildProducer<ReflectiveClassConditionBuildItem>, BuildProducer<ExtensionSslNativeSupportBuildItem>) - Method in class io.quarkus.kafka.client.deployment.KafkaProcessor
- withSharedServiceLabel(LaunchMode, String) - Method in class io.quarkus.kafka.client.deployment.KafkaNativeContainer
- withSharedServiceLabel(LaunchMode, String) - Method in class io.quarkus.kafka.client.deployment.RedpandaKafkaContainer
All Classes and Interfaces|All Packages|Constant Field Values