You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow manual subscription to consume a topic (zio#376)
* zioGH-365 Allow manual subscription to consume a topic
* fixup! zioGH-365 Allow manual subscription to consume a topic
* These two tests seem flaky, add the flaky TestAspect to minimize the inconvenience
* Topics are not cleaned between test, it requires to use new topic for every test
Rename options params in AdminClient (zio#231)
* Rename options params in AdminClient
* Add deprecation annotations
* Use deprecatedName annotation
* Revert to the oldest possible version of deprecatedName to make the code compile with Scala 2.11
Co-authored-by: svroonland <svroonland@users.noreply.github.com>