consumer instance passing MaxPartitionCount to coordinator
This commit is contained in:
@@ -21,7 +21,7 @@ type ContentConfiguration struct {
|
||||
}
|
||||
|
||||
type ProcessorConfiguration struct {
|
||||
ConcurrentPartitionLimit int // how many partitions to process concurrently
|
||||
ConcurrentPartitionLimit int32 // how many partitions to process concurrently
|
||||
}
|
||||
|
||||
type OnEachMessageFunc func(key, value []byte) (shouldContinue bool, err error)
|
||||
|
||||
Reference in New Issue
Block a user