FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A web application emits multiple types of events to Amazon Kinesis Streams for operational reporting.Critical events must be captured immediately before processing can continue, but informational eventsdo not need to delay processing.What is the most appropriate solution to record these different types of events?
A
Log all events using the Kinesis Producer Library
B
Log critical events using the Kinesis Producer Library and log informational events using the PutRecords API method
C
Log critical events using the PutRecords API method and log informational events using the Kinesis Producer Library
D
Log all events using the PutRecords API method
Explanation: 
There is 1 question to complete.