Skip to content

Commit

Permalink
fix: print the completed topology
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 10, 2021
1 parent 49a61b9 commit 4d0ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Impl/Responses/Topology.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Topology(TopologyResponse response)

public override string ToString()
{
return JsonConvert.SerializeObject(Brokers, Formatting.Indented);
return JsonConvert.SerializeObject(this, Formatting.Indented);
}
}
}

0 comments on commit 4d0ff09

Please sign in to comment.