We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d0e0f commit a2fd018Copy full SHA for a2fd018
1 file changed
tests/producer.test.js
@@ -230,7 +230,7 @@ const adminUrl = 'http://localhost:8080';
230
231
test('Custom Message Router Exception', async () => {
232
// 1. Define a partitioned topic and a custom router
233
- const partitionedTopicName = `test-custom-router-${Date.now()}`;
+ const partitionedTopicName = `test-custom-router-failed-${Date.now()}`;
234
const partitionedTopic = `persistent://public/default/${partitionedTopicName}`;
235
236
// 2. Create a producer with the custom message router
0 commit comments