Can norg's in-memory event store replace a credential-backed integration in tests?
I'm designing an integration test suite for a service built on norg, the lightweight Java event bus. The production setup publishes events through a store that requires credentials, but I want the test suite to run in CI without any secrets. The documentation shows a sample integration using an in-memory event store, which looks like the right fit. What I'm