什么是 kafka-integration-testing?
使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。 来源:dawiddutoit/custom-claude。
使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。
通过命令行快速安装 kafka-integration-testing AI 技能到你的开发环境
来源:dawiddutoit/custom-claude。
Write production-grade integration tests for Kafka producers and consumers using testcontainers. Covers setting up temporary test brokers, testing producer/consumer workflows, verifying message ordering guarantees, testing error scenarios, and validating delivery semantics without mocking external services.
Use when testing Kafka producer/consumer workflows end-to-end with "test Kafka integration", "verify message ordering", "test Kafka roundtrip", or "validate exactly-once semantics".
Do NOT use for unit testing with mocked Kafka (use pytest-adapter-integration-testing), implementing producers/consumers (use respective kafka--implementation skills), or schema validation (use kafka-schema-management).
使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。 来源:dawiddutoit/custom-claude。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-integration-testing使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。 来源:dawiddutoit/custom-claude。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-integration-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dawiddutoit/custom-claude