Skip to content

Commit 522ff4a

Browse files
committed
fix: full docker-compose Kafka events
use correct Kafka event names
1 parent d40aacf commit 522ff4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

local/full/kafka-client/topics.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ connect.notification.project.work.update.payment
5050
connect.notification.project.work.update.progress
5151
connect.notification.project.work.update.scope
5252
connect.notification.project.workitem.update.spec
53-
project.notification.create
54-
project.notification.delete
55-
project.notification.update
53+
project.action.create
54+
project.action.delete
55+
project.action.update

0 commit comments

Comments
 (0)