·kafka-integration-testing
{}

kafka-integration-testing

使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。

3安装·0热度·@dawiddutoit

安装

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

如何安装 kafka-integration-testing

通过命令行快速安装 kafka-integration-testing AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-integration-testing
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dawiddutoit/custom-claude。

SKILL.md

查看原文

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
分类
{}数据分析
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from dawiddutoit/custom-claude

快速解答

什么是 kafka-integration-testing?

使用 testcontainer 为 Kafka 生产者和消费者编写集成测试。 在测试生产者/消费者工作流程、验证消息排序、测试时使用 错误场景,并验证一次性语义。创建测试 Kafka 代理 并验证端到端流行为而不进行模拟。 来源:dawiddutoit/custom-claude。

如何安装 kafka-integration-testing?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill kafka-integration-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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