Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 517 Bytes

File metadata and controls

15 lines (9 loc) · 517 Bytes

Feed V3 Consumer Boilerplate C#

Objective

Spread the best pratices and give a quick start to consume the VTEX Feed V3.

Architceture

This same is using .net core 3.1 but this solution can be converted to another .net core version.

The approach leverages the background service netcore feature to keep processing data

In order to keep the request inside the throttling limits there is 2 semaphores:

  • One controls the request in a period, usually in a minute
  • Another controls the request concurrently