We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c7802 commit 620338cCopy full SHA for 620338c
test/e2e/filtering.test.ts
@@ -28,7 +28,7 @@ describe("filtering", () => {
28
} catch (e) {}
29
})
30
31
- it("is seen by rabbit and filtered", async () => {
+ it("can publish with filter value", async () => {
32
const publisher = await client.declarePublisher(
33
{ stream: streamName, publisherRef: `my-publisher-${randomUUID()}` },
34
(msg) => msg.applicationProperties!["test"].toString()
0 commit comments