microsoft / microsoft/microsoft-performance-toolkit-sdk

Implement runtime synchronization between source cookers.

Open
#101 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
239
Forks
78
Avg merge
4d 3h
Merged PRs (30d)
2

Description

We'll need a new optional interface for source data cookers that allows them to forward events, converted into a universal format. I was thinking something like IEventProducer, but we can decide more on that later.

We then need a type of composite cooker interface, IEventConsumer or similar, that can subscribe to the source data cooker to receive these events. The idea here is that this cooker will receive events from multiple even producers, coming from multiple sources (e.g. ETL & CTF).

The events coming from the event producer should be fed into a runtime component which will synchronize events from all input sources, and fed into the event consumer in time order.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points; start by locating the source data cooker and composite cooker interfaces in the SDK. Define the event producer and consumer boundaries, then trace the runtime path needed to synchronize ETL and CTF events in time order across multiple sources.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.