ensi-kafka

Installation
SKILL.md

Ensi Kafka Integration Guide

This skill helps you work with Kafka in Ensi Laravel services. It provides guidance on creating producers, understanding architecture, setting up consumers, and testing Kafka integration.

Architecture Overview

Directory Structure

app/Domain/Kafka/
├── Actions/Send/
│   ├── SendMessageAction.php          (Base class)
│   └── Send{Entity}EventAction.php   (Entity-specific actions)
├── Messages/Send/
│   ├── KafkaMessage.php              (Base class)
│   ├── Payload.php                   (Base class)
│   └── ModelEvent/
│       ├── ModelEventMessage.php     (Model event message)
│       └── {Entity}Payload.php       (Entity payloads)
Related skills

More from ensi-platform/skills

Installs
6
GitHub Stars
1
First Seen
Mar 26, 2026