·kafka-consumer-implementation
{}

kafka-consumer-implementation

透過 msgspec 反序列化實現類型安全的 Kafka 消費者以進行事件消費。 在建構處理域事件(訂單訊息、交易)的非同步消費者時使用 具有偏移管理、錯誤恢復、正常關閉和分散式追蹤。 處理消費者配置、手動提交和重新平衡策略。

3安裝·0熱度·@dawiddutoit

安裝

$npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-consumer-implementation

如何安裝 kafka-consumer-implementation

透過命令列快速安裝 kafka-consumer-implementation AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-consumer-implementation
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:dawiddutoit/custom-claude。

SKILL.md

查看原文

Implement production-grade Kafka consumers that reliably consume and process domain events with high performance, type safety, and comprehensive error recovery. Covers msgspec deserialization, confluent-kafka configuration, offset management, OpenTelemetry tracing, and anti-corruption layer patterns for translating message schemas to domain models.

Use when building event-driven systems that consume domain events from Kafka topics with "implement Kafka consumer", "consume events from Kafka", "process order messages", or "set up event consumer".

Do NOT use when mocking Kafka consumers in unit tests (use pytest-adapter-integration-testing), implementing producers (use kafka-producer-implementation), or testing with testcontainers (use kafka-integration-testing).

透過 msgspec 反序列化實現類型安全的 Kafka 消費者以進行事件消費。 在建構處理域事件(訂單訊息、交易)的非同步消費者時使用 具有偏移管理、錯誤恢復、正常關閉和分散式追蹤。 處理消費者配置、手動提交和重新平衡策略。 來源:dawiddutoit/custom-claude。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-consumer-implementation
分類
{}資料分析
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from dawiddutoit/custom-claude

快速解答

什麼是 kafka-consumer-implementation?

透過 msgspec 反序列化實現類型安全的 Kafka 消費者以進行事件消費。 在建構處理域事件(訂單訊息、交易)的非同步消費者時使用 具有偏移管理、錯誤恢復、正常關閉和分散式追蹤。 處理消費者配置、手動提交和重新平衡策略。 來源:dawiddutoit/custom-claude。

如何安裝 kafka-consumer-implementation?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-consumer-implementation 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/dawiddutoit/custom-claude