eventstream-consumption-cli

List and inspect Microsoft Fabric Eventstream pipelines via the Fabric Items REST API.

3|6|Updated Jun 21, 2024
One-click install
npx skills add https://github.com/rritec/Microsoft-Fabric --skill eventstream-consumption-cli-rritec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eventstream-consumption-cli
Source: https://github.com/rritec/Microsoft-Fabric/tree/main/skills/plugins/fabric-skills/skills/eventstream-consumption-cli
Command: npx skills add https://github.com/rritec/Microsoft-Fabric --skill eventstream-consumption-cli-rritec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you discover, inspect, and validate Microsoft Fabric Eventstream pipelines without manually digging through REST responses or decoding topology data by hand.

Core Features & Use Cases

  • Workspace and Item Discovery: Find the correct workspace and Eventstream item IDs before taking action.
  • Topology Inspection: Decode base64-encoded Eventstream definitions to trace sources, operators, streams, and destinations.
  • Configuration Validation: Check source wiring, destination connectivity, retention settings, and throughput levels for common health issues.
  • Use Case: Use this Skill when you need to explain why an Eventstream is misrouted, confirm whether a destination is wired correctly, or review real-time ingestion settings before reporting an issue.

Quick Start

Ask for a Fabric Eventstream inspection for a specific workspace and item so the Skill can list the stream, decode its topology, and validate its configuration.

Frequently Asked Questions about eventstream-consumption-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect a Microsoft Fabric Eventstream topology from the REST API?

To inspect a Fabric Eventstream topology, you retrieve the item definition from the Fabric Items REST API and base64 decode the payload to trace sources, operators, streams, and destinations.

How do I validate Eventstream source and destination configuration in Microsoft Fabric?

Validating Eventstream configuration involves decoding the topology payload and checking source wiring, destination connectivity, retention settings, and throughput levels to identify common real-time ingestion health issues.

What is the best way to find workspace and Eventstream item IDs before running a pipeline check?

Finding workspace and Eventstream item IDs requires querying the Fabric Items REST API and using JMESPath lookup to locate the correct workspace and item before decoding the Eventstream definition.

Can I check Fabric Eventstream retention settings and throughput using a CLI?

Yes, you can check Fabric Eventstream retention settings and throughput levels by decoding the base64 definition payload via the REST API and validating the configuration fields within the real-time ingestion pipeline.

Why does my Fabric Eventstream show a misrouted source or incorrect destination wiring?

An Eventstream misrouted source or incorrect destination wiring is diagnosed by decoding the base64 topology definition to inspect the real-time pipeline configuration and validate the source and destination connections.

Does the Fabric Eventstream inspection process handle REST API pagination?

Yes, the Fabric Eventstream inspection process handles REST API pagination to ensure complete workspace discovery, item lookup, and accurate retrieval of the base64 encoded definition payloads for validation.