Bird
0
0

In Google Cloud Pub/Sub, what must you do to enable message ordering on a topic?

easy📝 Conceptual Q2 of 15
GCP - Cloud Pub/Sub

In Google Cloud Pub/Sub, what must you do to enable message ordering on a topic?

AUse a special encryption key for the topic
BSet the topic's <code>enableMessageOrdering</code> property to true
CCreate a subscription with a filter
DIncrease the message retention duration
Step-by-Step Solution
Solution:
  1. Step 1: Identify Pub/Sub topic settings

    Message ordering requires enabling a specific flag on the topic.
  2. Step 2: Recognize the correct property

    The property enableMessageOrdering must be set to true to activate ordering.
  3. Final Answer:

    Set the topic's enableMessageOrdering property to true -> Option B
  4. Quick Check:

    Enable ordering = set enableMessageOrdering true [OK]
Quick Trick: Enable ordering flag on topic to keep order [OK]
Common Mistakes:
  • Confusing subscription filters with ordering
  • Thinking encryption enables ordering
  • Changing retention does not affect ordering

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes