whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.kafka
/
KotlinConsumerConfig
Kotlin
Consumer
Config
data
class
KotlinConsumerConfig
<
K
,
V
>
(
val
consumerCount
:
Int
=
1
,
val
topics
:
List
<
String
>
,
val
bootstrapServers
:
List
<
String
>
,
val
groupId
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Kotlin
Consumer
Config
Link copied to clipboard
fun
KotlinConsumerConfig
(
consumerCount
:
Int
=
1
,
topics
:
List
<
String
>
,
bootstrapServers
:
List
<
String
>
,
groupId
:
String
)
Content copied to clipboard
Properties
bootstrap
Servers
Link copied to clipboard
val
bootstrapServers
:
List
<
String
>
Content copied to clipboard
consumer
Count
Link copied to clipboard
val
consumerCount
:
Int
=
1
Content copied to clipboard
group
Id
Link copied to clipboard
val
groupId
:
String
Content copied to clipboard
topics
Link copied to clipboard
val
topics
:
List
<
String
>
Content copied to clipboard