simon
simon
If Data is empty, ignore the writing of Key
##### Versions | Sarama | Kafka | Go | |--------|-------|----| | 1.32.0 | 2.8.7 | 1.18 | ##### Problem Description This is not an inevitable situation, but it happens many...
您好,我正在看您的新书,为什么在日志模块写入,会一直要clone? ```go func(l *logger) clone() *logger { ln := *l return &ln } ``` 这是有什么特别的深意吗?如果每次写入日志不`clone`的话,会出现什么问题?
Hi, I see that the callers in the source code return *stack instead of stack. Why does this happen? ```golang func callers() *stack { const depth = 32 var pcs...
Hello I don't quite understand, in my opinion, Kernel, shouldn't it belong to the Application layer? It provides the environmental mechanism of the current application Interface is just dealing with...
> Note: for reported bugs, please fill in the following details. bug reports without detailed steps on how to reproduce will be automatically closed. ### Dragonboat version v4 ### Question...
Hi, I See the `upxBin.js` ```javascript // macOs fallback on native installation: const binAbsolute = os === 'darwin' ? 'upx' : path.join(BASE_PATH, binPath) ``` I find the macos Special treatment...
## Problem I'm trying to read the data using badger and use grpc for node sync, but I can't change the max cut size of stream because it's restricted hardcode...