diff --git a/docs/authentication_error_eventing.md b/docs/authentication_error_eventing.md index b964831e41b..bb52d6cfe41 100644 --- a/docs/authentication_error_eventing.md +++ b/docs/authentication_error_eventing.md @@ -4,7 +4,7 @@ The resident has registered and obtain a valid UIN/VID and proceed with authentication by entering UIN/VID and get error as UIN is not available in database, then resident couldn’t proceed with authentication further as the provided UIN/VID is not available in IDA DB. This could happen when a country has large number of registrations completed, processed and issued UINs. Since resident is eager to authenticate, we want to prioritize the credential processing (along with template extraction) of this resident, we can tell him/her to retry and complete the authentication. -While getting the error UIN/VID is not available in database the websub event is triggered which publish the data in to the topic and the subscriber will receive a message for futher processing. +While getting the error UIN/VID is not available in database the kafka event is triggered which publish the data in to the topic and the subscriber will receive a message for futher processing. ## Configuration files These properties needed to be modified to configure this feature @@ -65,4 +65,4 @@ spring.kafka.admin.properties.allow.auto.create.topics=true } } } -``` \ No newline at end of file +```