• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mostafa / xk6-kafka
79%

Build:
DEFAULT BRANCH: main
Repo Added 20 May 2022 12:35PM UTC
Files 26
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-aws-profile-to-sasl-config
  • balancer_func
  • bump-crypto
  • bump-crypto-to-v0.35.0-CVE-2025-22869-verfied
  • bump-golang.org/x/crypto
  • chore/go-layout-under-pkg-kafka
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • feat/protobuf-v2-serde
  • feature/azure-entra-auth
  • fix-376
  • fix-BalancerFunc-partiton_count
  • fix-offsets
  • fix-subsecond-precision
  • fix/384-avro-fixed-type-serialization
  • gzip
  • main
  • migrate-to-hamba-avro
  • patch-1
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.13.0
  • refs/tags/v0.13.1
  • refs/tags/v0.14.0
  • refs/tags/v0.14.1
  • refs/tags/v0.14.2
  • refs/tags/v0.15.0
  • refs/tags/v0.15.1
  • refs/tags/v0.16.0
  • refs/tags/v0.16.1
  • refs/tags/v0.17.0
  • refs/tags/v0.18.0
  • refs/tags/v0.18.1
  • refs/tags/v0.18.2
  • refs/tags/v0.19.0
  • refs/tags/v0.19.1
  • refs/tags/v0.20.0
  • refs/tags/v0.20.1
  • refs/tags/v0.20.2
  • refs/tags/v0.21.0
  • refs/tags/v0.21.1
  • refs/tags/v0.22.0
  • refs/tags/v0.23.0
  • refs/tags/v0.23.1
  • refs/tags/v0.24.0
  • refs/tags/v0.24.1
  • refs/tags/v0.24.2
  • refs/tags/v0.25.0
  • refs/tags/v0.25.1
  • refs/tags/v0.26.0
  • refs/tags/v0.27.0
  • refs/tags/v0.28.0
  • refs/tags/v0.29.0
  • refs/tags/v0.30.0
  • refs/tags/v0.31.0
  • refs/tags/v0.31.1
  • refs/tags/v0.31.2
  • refs/tags/v0.31.3
  • refs/tags/v0.31.4
  • refs/tags/v0.31.5
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v2.0.0
  • resolvers-and-all-the-fun
  • update-deps
  • update-k6
  • upddate-k6
  • v2.0.0
  • zizmor

03 May 2026 06:36PM UTC coverage: 78.796%. Remained the same
25287473862

push

github

mostafa
chore(api-docs): update docs toolchain and d.ts validation command

Upgrade TypeScript/Typedoc/Prettier dependencies and add --ignoreConfig to the declaration validation script so validate-d-ts works with TypeScript 6.

3757 of 4768 relevant lines covered (78.8%)

34.16 hits per line

Relevant lines Covered
Build:
Build:
4768 RELEVANT LINES 3757 COVERED LINES
34.16 HITS PER LINE
Source Files on main
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25287473862 main chore(api-docs): update docs toolchain and d.ts validation command Upgrade TypeScript/Typedoc/Prettier dependencies and add --ignoreConfig to the declaration validation script so validate-d-ts works with TypeScript 6. push 03 May 2026 06:54PM UTC mostafa github
78.8
25287273033 main ci(security): resolve open workflow scanning alerts Pin the stale workflow action and replace the superfluous release action with native gh CLI commands so code scanning no longer reports unpinned-uses and superfluous-actions. push 03 May 2026 06:43PM UTC mostafa github
78.8
25287150581 main Added Azure Entra Support (#390) * Refactored consumer to get access to events to support OAuth callbacks * Handle producer events to prepare for oauth callback * Simplify range expression * Added supporting OAuth callback functionality * Add... push 03 May 2026 06:39PM UTC web-flow github
78.78
25284375469 feature/azure-entra-auth Regenerate api-docs Pull #390 03 May 2026 04:36PM UTC mostafa github
78.8
25072154492 main Add v2 protobuf serde support and docs (#389) * feat(kafka): add dynamic protobuf serde runtime for v2 Implement SCHEMA_TYPE_PROTOBUF support across serialize/deserialize using protobuf v2 reflection and dynamic messages, including object/bytes ... push 28 Apr 2026 07:16PM UTC web-flow github
79.64
25071478136 feat/protobuf-v2-serde fix(kafka): accept plain string payloads in compat produce Decode producer message key/value strings as raw bytes in the compatibility path instead of JSON base64 semantics, and cover it in compatibility tests to keep v2 smoke scripts passing. Pull #389 28 Apr 2026 07:00PM UTC mostafa github
79.64
25070575024 feat/protobuf-v2-serde test(kafka): raise coverage for protobuf serde paths Add focused protobuf and deserialize branch tests to recover package coverage after v2 protobuf serde support, including runtime error paths and schema-less decode flows. Pull #389 28 Apr 2026 06:40PM UTC mostafa github
80.0
25065102595 feat/protobuf-v2-serde style(kafka): resolve protobuf lint and formatting issues Apply golangci-lint-driven cleanups in protobuf serde and related schema files, including modernized loops/maps usage and gofmt formatting for a clean lint pass. Pull #389 28 Apr 2026 04:43PM UTC mostafa github
76.12
25058474144 main refactor: move Go code under pkg/kafka (#388) * refactor: move Go sources into pkg/kafka layout Reorganize flat root Go files and test fixtures into pkg/kafka with testdata fixtures to reduce root clutter while preserving module path and behavio... push 28 Apr 2026 02:34PM UTC web-flow github
79.8
25057612102 chore/go-layout-under-pkg-kafka fix: restore root v2 import compatibility after layout move Add a root package shim that side-effect imports pkg/kafka so xk6 builds using github.com/mostafa/xk6-kafka/v2 continue to resolve after moving implementation files. Pull #388 28 Apr 2026 02:18PM UTC mostafa github
79.75
See All Builds (483)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc