Skip to content

Commit d4216a6

Browse files
authored
Create process topic (#9638)
1 parent ede693a commit d4216a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/kafka/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class PlatformQueueImpl implements PlatformQueue {
133133
await this.checkCreateTopic(QueueTopic.Fulltext, topics, 1)
134134
await this.checkCreateTopic(QueueTopic.Workspace, topics, 1)
135135
await this.checkCreateTopic(QueueTopic.Users, topics, 1)
136+
await this.checkCreateTopic(QueueTopic.Process, topics, 1)
136137
}
137138

138139
async checkDeleteTopic (topic: QueueTopic | string, topics: Set<string>): Promise<void> {

0 commit comments

Comments
 (0)