This commit is contained in:
chrislu
2024-04-28 13:03:01 -07:00
parent 189a7fc90e
commit b166597c83
2 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ func Test_allocateOneBroker(t *testing.T) {
brokers := cmap.New[*BrokerStats]()
brokers.SetIfAbsent("localhost:17777", &BrokerStats{
TopicPartitionCount: 0,
ConsumerCount: 0,
CpuUsagePercent: 0,
})