Skip to content

Commit

Permalink
chore: add fx timeout notification topic maps
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed May 28, 2024
1 parent 03c107e commit 85d05e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/enums/kafka.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ const TopicMap = {
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
},
'fx-timeout-received': {
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
},
'fx-timeout-reserved': {
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
},
'prepare-duplicate': {
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
Expand Down

0 comments on commit 85d05e3

Please sign in to comment.