Page 1 of 1

Note: This question is part of a series of questions that present the same Scenario.Each question I the series contains

Posted: Wed Aug 17, 2022 7:02 am
by answerhappygod
Note: This question is part of a series of questions that present the same Scenario.Each question I the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution while others might not have correct solution.You are building a security tracking solution in Apache Kafka to parse Security logs. TheSecurity logs record an entry each time a user attempts to access an application. Each log entry contains the IP address used to make the attempt and the country from which the attempt originated.You need to receive notifications when an IP address from outside of the United States is used to access the application.Solution: Create a consumer and a broker. Create a file import process to send messages. Run the producer.Does this meet the goal?

A. Yes
B. No