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 282bd66 commit a1e1287Copy full SHA for a1e1287
dev-packages/node-integration-tests/suites/tracing/kafkajs/test.ts
@@ -48,6 +48,9 @@ describe('kafkajs', () => {
48
});
49
}
50
51
+ expect(producer!.transaction).toBe('send test-topic');
52
+ expect(consumer!.transaction).toBe('process test-topic');
53
+
54
expect(producer!.contexts?.trace).toMatchObject(
55
expect.objectContaining({
56
op: 'message',
0 commit comments