Aiven-Open / karapace

Karapace - Your Apache Kafka® essentials in one tool
https://karapace.io
Apache License 2.0
450 stars 68 forks source link

Fix fixture order for consumer tests #898

Closed jjaakola-aiven closed 2 months ago

jjaakola-aiven commented 2 months ago

About this change - What it does

Consumer close can get stuck if the referenced topic is deleted from broker before.

References: #xxxxx

Why this way