This commit is contained in:
sujit
2025-10-01 19:46:14 +05:45
parent 7a99a74094
commit 331c9aa81a
26 changed files with 1340 additions and 826 deletions

View File

@@ -477,8 +477,8 @@ func (b *Broker) RecoverFromSnapshot(ctx context.Context) error {
}
// GetEnhancedStats returns comprehensive statistics
func (b *Broker) GetEnhancedStats() map[string]interface{} {
stats := make(map[string]interface{})
func (b *Broker) GetEnhancedStats() map[string]any {
stats := make(map[string]any)
if b.enhanced == nil {
return stats