Merge branch 'zhy_feat_cev_v7' into dev

This commit is contained in:
zenghongyao 2025-04-30 15:18:05 +08:00
commit 318dd2dcbe

View File

@ -33,7 +33,8 @@ namespace JiShe.CollectBus.Kafka.Internal
ErrorCode.RebalanceInProgress,
ErrorCode.NotCoordinatorForGroup,
ErrorCode.NetworkException,
ErrorCode.GroupCoordinatorNotAvailable
ErrorCode.GroupCoordinatorNotAvailable,
ErrorCode.InvalidGroupId
};
return ex switch
{