track offset
This commit is contained in:
@@ -37,7 +37,7 @@ func main() {
|
||||
}
|
||||
|
||||
processorConfig := sub_client.ProcessorConfiguration{
|
||||
ConcurrentPartitionLimit: 3,
|
||||
MaxPartitionCount: 3,
|
||||
}
|
||||
|
||||
brokers := strings.Split(*seedBrokers, ",")
|
||||
|
||||
@@ -63,7 +63,8 @@ func main() {
|
||||
}
|
||||
|
||||
processorConfig := sub_client.ProcessorConfiguration{
|
||||
ConcurrentPartitionLimit: 3,
|
||||
MaxPartitionCount: 3,
|
||||
PerPartitionConcurrency: 1,
|
||||
}
|
||||
|
||||
brokers := strings.Split(*seedBrokers, ",")
|
||||
|
||||
Reference in New Issue
Block a user