ThreeDotsLabs / watermill

Building event-driven applications the easy way in Go.
https://watermill.io
MIT License
6.83k stars 359 forks source link

Change the autogenerated topic name to conform with Azure limits #425

Closed unjello closed 2 months ago

unjello commented 2 months ago

Azure does only allow letters, digits and dash - (if not first, nor last) in the names of Storage Queues.

Closes #424

m110 commented 2 months ago

Thanks @unjello!

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.73%. Comparing base (d20a605) to head (2660d2d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #425 +/- ## ========================================== - Coverage 76.69% 66.73% -9.97% ========================================== Files 57 63 +6 Lines 3012 4139 +1127 ========================================== + Hits 2310 2762 +452 - Misses 563 1213 +650 - Partials 139 164 +25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.