confluentinc / ide-sidecar

Sidecar application used by Confluent for VS Code, as a local proxy for Confluent Cloud, Confluent Platform and local Kafka clusters, to help users build streaming applications.
Apache License 2.0
3 stars 3 forks source link

Retry get topic after creating topic #115

Closed rohitsanj closed 2 weeks ago

rohitsanj commented 2 weeks ago

Summary of Changes

Resolves #114

This first manifested as flakiness in our integration tests. We need to retry the get topic operation after creating a topic.