
Explanation:
The Backlogged Input Events metric in Azure Stream Analytics indicates that the job is receiving more events than it can process, leading to a growing queue of unprocessed events. This backlog occurs when the job's processing capacity is insufficient for the incoming event rate.
Why Option B is correct:
Why other options are not suitable:
The most effective solution for a consistently growing backlog is to increase the job's processing capacity by scaling up the Streaming Units.
Ultimate access to all questions.
You are monitoring an Azure Stream Analytics job and observe that the Backlogged Input Events metric is gradually increasing and remains consistently above zero. What should you do to ensure the job can process all events?
A
Change the compatibility level of the Stream Analytics job.
B
Increase the number of streaming units (SUs).
C
Remove any named consumer groups from the connection and use $default.
D
Create an additional output stream for the existing input stream.
No comments yet.