GitHub Issue Events
Confirm at a glance that connector event subscriptions are actually delivering.
What it does
A lightweight verification tool that subscribes to the connector's GitHub issue-creation events and shows the most recent 50 as they arrive. It's the quick answer to "is my event subscription wired up correctly?" — without building any real data store.
Features
- Live subscription — point it at a connector event topic and it starts listening immediately.
- Recent events list — the last 50 issue-creation events, newest first, with issue number, title, repo, author, and the full raw payload.
- Send test event — publish a synthetic issue event to prove the pipeline end-to-end before any real GitHub activity.
When to use it
Reach for it right after connecting GitHub through the connector, to confirm the webhook → event-bus → subscriber path works before you build anything that depends on it.