Skip to content

Commit 2139148

Browse files
committed
feat ( #33 ) : kafkaTopics 추가
1 parent 54aa391 commit 2139148

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • casper-application-infrastructure/src/main/kotlin/hs/kr/entrydsm/application/global/kafka/configuration
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package hs.kr.entrydsm.application.global.kafka.configuration
2+
3+
object KafkaTopics {
4+
const val CREATE_APPLICATION = "create-application"
5+
const val DELETE_USER = "delete-user"
6+
const val USER_RECEIPT_CODE_UPDATE_COMPLETED = "user-receipt-code-update-completed"
7+
const val USER_RECEIPT_CODE_UPDATE_FAILED = "user-receipt-code-update-failed"
8+
}

0 commit comments

Comments
 (0)