mostafa / xk6-kafka

k6 extension to load test Apache Kafka with support for various serialization formats, SASL, TLS, compression, Schema Registry client and beyond
Apache License 2.0
148 stars 65 forks source link

Create proper type definitions and object (JSON?) schema for JS code #47

Open mostafa opened 2 years ago

mostafa commented 2 years ago

This should be in line with type definitions in the k6 - DefinitelyTyped project, so the editors and IDEs could correctly display types, docstrings and related information.

mostafa commented 2 years ago

Added API docs in #87. Need to figure out how to make it available on IDEs and editors.

mostafa commented 2 years ago

Related: