Zcc、
Results
8
comments of
Zcc、
第6点 incompatible,还有一种情况是依赖的库没有使用go mod 管理 也会出现+incompatible 的情况,github.com/bsm/sarama-cluster 这个库没有用go mod,项目中用go mod 的方式依赖了,go.mod文件中 显示 github.com/bsm/sarama-cluster v2.1.15+incompatible
bigcache 貌似也没解决hash 冲突 ``` if entryKey := readKeyFromEntry(wrappedEntry); key != entryKey { if s.isVerbose { s.logger.Printf("Collision detected. Both %q and %q have the same hash %x", key, entryKey, hashedKey) }...