Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-kafka
/
xtdb.api.log
/
KafkaCluster
/
ClusterFactory
/
ClusterFactory
Cluster
Factory
@
JvmOverloads
constructor
(
bootstrapServers
:
String
,
pollDuration
:
Duration
=
Duration.ofSeconds(1)
,
propertiesMap
:
Map
<
String
,
String
>
=
emptyMap()
,
propertiesFile
:
Path
?
=
null
,
schemaRegistryUrl
:
String
?
=
null
,
groupId
:
String
=
"xtdb"
,
coroutineContext
:
CoroutineContext
=
Dispatchers.Default
)