wasmCloud / wadm

wasmCloud Application Deployment Manager (wadm): Declarative application deployments for wasmCloud applications.
https://wasmcloud.com
Apache License 2.0
95 stars 22 forks source link

ref(*)!: Removes custom mirror code #295

Closed thomastaylor312 closed 20 hours ago

thomastaylor312 commented 1 month ago

This removes our custom mirror code and replaces it with multiple filter subjects. While I was in here, I also changed our other wadm.evt topics to publish their event type in the topic as well. This is marked as a breaking change because it removes something from the crate API. This shouldn't affect normal users

thomastaylor312 commented 3 weeks ago

Ah I thought the delete did take care of that. Let me give that a whirl and fix it

thomastaylor312 commented 20 hours ago

This was superseded by #310