Kafka topic names can be set by using environment variables:
KAFKA_TOPIC_OTP_VALIDATE_IN
- the event sent on this topic (with an OTP and an identifier) will check if the OTP is validKAFKA_TOPIC_OTP_VALIDATE_OUT
- the response for this request will validate an OTP, the reply is sent back to the Engine on this topicYou can check the defined topics by going to FlowX Designer > Platform Status > notification-plugin-mngt > kafkaTopicsHealthCheckIndicator > details > configuration > topic > otp.
The Engine is listening for messages on topics with names of a certain pattern, make sure to use an outgoing topic name that matches the pattern configured in the Engine.
Values expected in the request body:
Example:
Values expected in the reply body:
Example:
Similar to the generation of the OTP you can validate the OTP that was generated for an identifier.
KAFKA_TOPIC_OTP_VALIDATE_IN
and KAFKA_TOPIC_OTP_VALIDATE_OUT
)Kafka topic names can be set by using environment variables:
KAFKA_TOPIC_OTP_VALIDATE_IN
- the event sent on this topic (with an OTP and an identifier) will check if the OTP is validKAFKA_TOPIC_OTP_VALIDATE_OUT
- the response for this request will validate an OTP, the reply is sent back to the Engine on this topicYou can check the defined topics by going to FlowX Designer > Platform Status > notification-plugin-mngt > kafkaTopicsHealthCheckIndicator > details > configuration > topic > otp.
The Engine is listening for messages on topics with names of a certain pattern, make sure to use an outgoing topic name that matches the pattern configured in the Engine.
Values expected in the request body:
Example:
Values expected in the reply body:
Example:
Similar to the generation of the OTP you can validate the OTP that was generated for an identifier.
KAFKA_TOPIC_OTP_VALIDATE_IN
and KAFKA_TOPIC_OTP_VALIDATE_OUT
)