Azure / Azure/azure-quickstart-templates

EventGrid vs EventHub

Open
#6,329 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

I am working on a service fabric application and want to publish few events from this application and subscribe or process those publish events in another application.

I have tried EventGrid concept and observed that there is a delay while publishing and processing the events. So, now I am looking for other alternatives like EventHub or Queues, etc..

If anyone had already used EventGrid, EventHud or Queues, etc.. , Please do suggest which one will give more performance when we deal with more events.

**Design Approach**

We have migrated the tables from SQL service to Service Fabric. There is a view in SQL Service, and we are planning to implement that as a service in service fabric.

The implementation logic follows below.

Table 1 implemented service and we publish an event for each CRUD operation to EventGrid/ EventHud.
Table 2 implemented service and we publish an event for each CRUD operation to EventGrid/ EventHud.
We have created a view service where it listens to the events when any event sent to EventGrid/ EventHud, it will perform required calculations and store in the ViewService( It is a background job)
We are looking for a messaging service which gives more performance.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names Service Fabric, EventGrid, EventHub, Queues, and a background ViewService, but no repository files or tests. Start by comparing the stated CRUD-event and view-service requirements against the messaging options, focusing on latency and event volume. Done would require a decided recommendation or documented design, not a single code change.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.