A B C D E G H I J K L M O P Q S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appKafkaStreamsProperties() - Static method in class io.quarkus.kafka.streams.runtime.KafkaStreamsPropertiesUtil
- applicationId - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
A unique identifier for this Kafka Streams application.
- applicationServer - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
A unique identifier of this application instance, typically in the form host:port.
B
- bootstrapServers - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
A comma-separated list of host:port pairs identifying the Kafka bootstrap server(s).
- buildKafkaStreamsProperties(LaunchMode) - Static method in class io.quarkus.kafka.streams.runtime.KafkaStreamsPropertiesUtil
C
- call() - Method in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsStateHealthCheck
- call() - Method in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
- certificateChain - Variable in class io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
Key store certificate chain
- certificates - Variable in class io.quarkus.kafka.streams.runtime.TrustStoreConfig
-
Trust store certificates
- cipherSuites - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
A list of cipher suites
- clientCallbackHandlerClass - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The fully qualified name of a SASL client callback handler class
- close() - Method in class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
- configure(Map<String, ?>) - Method in class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
D
- DEFAULT_KAFKA_BROKER - Static variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
Default Kafka bootstrap server.
E
- enabledProtocols - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The list of protocols enabled for SSL connections
- endpointIdentificationAlgorithm - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The endpoint identification algorithm to validate server hostname using server certificate
G
- get() - Method in class io.quarkus.kafka.streams.runtime.TopologySupplier
- getKafkaStreams() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsProducer
- getMissingTopics(Collection<String>) - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsTopologyManager
- getProperties() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsSupport
- getTrimmedTopics() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
H
- HotReplacementInterceptor - Class in io.quarkus.kafka.streams.runtime
- HotReplacementInterceptor() - Constructor for class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
I
- init() - Method in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
- io.quarkus.kafka.streams.runtime - package io.quarkus.kafka.streams.runtime
- io.quarkus.kafka.streams.runtime.devmode - package io.quarkus.kafka.streams.runtime.devmode
- io.quarkus.kafka.streams.runtime.graal - package io.quarkus.kafka.streams.runtime.graal
- io.quarkus.kafka.streams.runtime.health - package io.quarkus.kafka.streams.runtime.health
J
- jaasConfig - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
JAAS login context parameters for SASL connections in the format used by JAAS configuration files
K
- kafkaStreams - Variable in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsStateHealthCheck
- KafkaStreamsHotReplacementSetup - Class in io.quarkus.kafka.streams.runtime.devmode
- KafkaStreamsHotReplacementSetup() - Constructor for class io.quarkus.kafka.streams.runtime.devmode.KafkaStreamsHotReplacementSetup
- KafkaStreamsProducer - Class in io.quarkus.kafka.streams.runtime
-
Manages the lifecycle of a Kafka Streams pipeline.
- KafkaStreamsProducer(KafkaStreamsSupport, KafkaStreamsRuntimeConfig, Instance<Topology>, Instance<KafkaClientSupplier>, Instance<Map<String, Object>>, Instance<KafkaStreams.StateListener>, Instance<StateRestoreListener>, Instance<StreamsUncaughtExceptionHandler>) - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsProducer
- KafkaStreamsPropertiesUtil - Class in io.quarkus.kafka.streams.runtime
- KafkaStreamsPropertiesUtil() - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsPropertiesUtil
- KafkaStreamsRecorder - Class in io.quarkus.kafka.streams.runtime
- KafkaStreamsRecorder() - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsRecorder
- KafkaStreamsRuntimeConfig - Class in io.quarkus.kafka.streams.runtime
- KafkaStreamsRuntimeConfig() - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
- KafkaStreamsStateHealthCheck - Class in io.quarkus.kafka.streams.runtime.health
- KafkaStreamsStateHealthCheck() - Constructor for class io.quarkus.kafka.streams.runtime.health.KafkaStreamsStateHealthCheck
- KafkaStreamsSubstitutions - Class in io.quarkus.kafka.streams.runtime.graal
- KafkaStreamsSubstitutions() - Constructor for class io.quarkus.kafka.streams.runtime.graal.KafkaStreamsSubstitutions
- KafkaStreamsSupport - Class in io.quarkus.kafka.streams.runtime
- KafkaStreamsSupport(Properties) - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsSupport
- kafkaStreamsSupportSupplier(Properties) - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsRecorder
- KafkaStreamsTopicsHealthCheck - Class in io.quarkus.kafka.streams.runtime.health
- KafkaStreamsTopicsHealthCheck() - Constructor for class io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
- kafkaStreamsTopologyManager() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsProducer
- KafkaStreamsTopologyManager - Class in io.quarkus.kafka.streams.runtime
- KafkaStreamsTopologyManager(Admin) - Constructor for class io.quarkus.kafka.streams.runtime.KafkaStreamsTopologyManager
- kerberosKinitCmd - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
Kerberos kinit command path
- kerberosMinTimeBeforeRelogin - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
Percentage of random jitter added to the renewal time
- kerberosServiceName - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The Kerberos principal name that Kafka runs as
- kerberosTicketRenewJitter - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
Percentage of random jitter added to the renewal time
- kerberosTicketRenewWindowFactor - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
Login thread will sleep until the specified window factor of time from last refresh
- key - Variable in class io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
Key store private key
- key - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
Key config
- KeyConfig - Class in io.quarkus.kafka.streams.runtime
- KeyConfig() - Constructor for class io.quarkus.kafka.streams.runtime.KeyConfig
- keymanagerAlgorithm - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The algorithm used by key manager factory for SSL connections
- keystore - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
Keystore config
- KeyStoreConfig - Class in io.quarkus.kafka.streams.runtime
- KeyStoreConfig() - Constructor for class io.quarkus.kafka.streams.runtime.KeyStoreConfig
L
- loadRocksDb() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsRecorder
- location - Variable in class io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
Key store location
- location - Variable in class io.quarkus.kafka.streams.runtime.TrustStoreConfig
-
Trust store location
- loginCallbackHandlerClass - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The fully qualified name of a SASL login callback handler class
- loginClass - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The fully qualified name of a class that implements the Login interface
- loginRefreshBuffer - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The amount of buffer duration before credential expiration to maintain when refreshing a credential
- loginRefreshMinPeriod - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The desired minimum duration for the login refresh thread to wait before refreshing a credential
- loginRefreshWindowFactor - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
Login refresh thread will sleep until the specified window factor relative to the credential's lifetime has been reached-
- loginRefreshWindowJitter - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
The maximum amount of random jitter relative to the credential's lifetime
M
- manager - Variable in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
- mechanism - Variable in class io.quarkus.kafka.streams.runtime.SaslConfig
-
SASL mechanism used for client connections
O
- onCommit(Map) - Method in class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
- onConsume(ConsumerRecords) - Method in class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
- onMessage(Runnable) - Static method in class io.quarkus.kafka.streams.runtime.HotReplacementInterceptor
- onStop(ShutdownEvent) - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsProducer
P
- password - Variable in class io.quarkus.kafka.streams.runtime.KeyConfig
-
Password of the private key in the key store
- password - Variable in class io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
Key store password
- password - Variable in class io.quarkus.kafka.streams.runtime.TrustStoreConfig
-
Trust store password
- postConstruct() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsProducer
- protocol - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The SSL protocol used to generate the SSLContext
- provider - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The name of the security provider used for SSL connections
Q
- quarkusKafkaStreamsProperties() - Static method in class io.quarkus.kafka.streams.runtime.KafkaStreamsPropertiesUtil
S
- sasl - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
The SASL JAAS config.
- SaslConfig - Class in io.quarkus.kafka.streams.runtime
- SaslConfig() - Constructor for class io.quarkus.kafka.streams.runtime.SaslConfig
- schemaRegistryKey - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
The schema registry key.
- schemaRegistryUrl - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
The schema registry URL.
- secureRandomImplementation - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The SecureRandom PRNG implementation to use for SSL cryptography operations
- securityProtocol - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
The security protocol to use See https://docs.confluent.io/current/streams/developer-guide/security.html#security-example
- setupHotDeployment(HotReplacementContext) - Method in class io.quarkus.kafka.streams.runtime.devmode.KafkaStreamsHotReplacementSetup
- ssl - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
Kafka SSL config
- SslConfig - Class in io.quarkus.kafka.streams.runtime
- SslConfig() - Constructor for class io.quarkus.kafka.streams.runtime.SslConfig
T
- Target_org_rocksdb_NativeLibraryLoader - Class in io.quarkus.kafka.streams.runtime.graal
-
Resets the
initialized
field, so that the native libs are loaded again at image runtime, after they have been loaded once at build time via calls from static initializers. - Target_org_rocksdb_NativeLibraryLoader() - Constructor for class io.quarkus.kafka.streams.runtime.graal.Target_org_rocksdb_NativeLibraryLoader
- topics - Variable in class io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
- topics - Variable in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
-
A comma-separated list of topic names.
- TopologySupplier - Class in io.quarkus.kafka.streams.runtime
- TopologySupplier() - Constructor for class io.quarkus.kafka.streams.runtime.TopologySupplier
- toString() - Method in class io.quarkus.kafka.streams.runtime.KafkaStreamsRuntimeConfig
- trustmanagerAlgorithm - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
The algorithm used by trust manager factory for SSL connections
- truststore - Variable in class io.quarkus.kafka.streams.runtime.SslConfig
-
Truststore config
- TrustStoreConfig - Class in io.quarkus.kafka.streams.runtime
- TrustStoreConfig() - Constructor for class io.quarkus.kafka.streams.runtime.TrustStoreConfig
- type - Variable in class io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
Key store type
- type - Variable in class io.quarkus.kafka.streams.runtime.TrustStoreConfig
-
Trust store type
All Classes All Packages