mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-16 03:20:50 +02:00
fix Incorrect flexible version mapping
This commit is contained in:
@@ -220,7 +220,7 @@ func IsFlexibleVersion(apiKey, apiVersion uint16) bool {
|
||||
case 13: // LeaveGroup
|
||||
return apiVersion >= 4
|
||||
case 19: // CreateTopics
|
||||
return apiVersion >= 2
|
||||
return apiVersion >= 5
|
||||
case 20: // DeleteTopics
|
||||
return apiVersion >= 4
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user