Question 15
Observe the below image showing a possible implementation of Kafka or Google Pub/Sub and select the options that are true.
Observe the below image showing a possible implementation of Kafka or Google Pub/Sub and select the options that are true.
Each of the Consumers 1,2,3 and 4 gets all messages published into Topic.
Publisher 1 can safely send data only for Consumer Group 1’s consumptionwhile preventing access to Consumer 3 & 4.
Consumers 1 & 2 may not get every message published into Topic.
Each Publisher is able to have the guarantee that its messages are reliablystored in Topic and made available to every consumer / consumer group that needs it.
Consumer 3 gets all messages published into Topic.
Consumer Group 1 gets all messages published by Publisher 1.