kafka-consumer-implementation이란?
msgspec 역직렬화를 통해 이벤트 소비를 위한 유형이 안전한 Kafka 소비자를 구현합니다. 도메인 이벤트(주문 메시지, 트랜잭션)를 처리하는 비동기 소비자를 구축할 때 사용합니다. 오프셋 관리, 오류 복구, 정상적인 종료 및 분산 추적 기능을 갖추고 있습니다. 소비자 구성, 수동 커밋, 재조정 전략을 처리합니다. 출처: dawiddutoit/custom-claude.
msgspec 역직렬화를 통해 이벤트 소비를 위한 유형이 안전한 Kafka 소비자를 구현합니다. 도메인 이벤트(주문 메시지, 트랜잭션)를 처리하는 비동기 소비자를 구축할 때 사용합니다. 오프셋 관리, 오류 복구, 정상적인 종료 및 분산 추적 기능을 갖추고 있습니다. 소비자 구성, 수동 커밋, 재조정 전략을 처리합니다.
명령줄에서 kafka-consumer-implementation AI 스킬을 개발 환경에 빠르게 설치
출처: dawiddutoit/custom-claude.
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-implementationmsgspec 역직렬화를 통해 이벤트 소비를 위한 유형이 안전한 Kafka 소비자를 구현합니다. 도메인 이벤트(주문 메시지, 트랜잭션)를 처리하는 비동기 소비자를 구축할 때 사용합니다. 오프셋 관리, 오류 복구, 정상적인 종료 및 분산 추적 기능을 갖추고 있습니다. 소비자 구성, 수동 커밋, 재조정 전략을 처리합니다. 출처: dawiddutoit/custom-claude.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-consumer-implementation 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/dawiddutoit/custom-claude