There are some cases when you will need to generate an OTP (One Time Password) from a business flow, for example when validating an email account.
KAFKA_TOPIC_OTP_GENERATE_IN
KAFKA_TOPIC_OTP_GENERATE_OUT
- after the OTP is generated and sent to the user, this is the topic used to send the response back to the Engine.KAFKA_TOPIC_OTP_GENERATE_IN
topic - send the otp request) and the topic used to receive the response (KAFKA_TOPIC_OTP_GENERATE_OUT
) is defined properly.