Mostafa Moradian

Results 103 issues of Mostafa Moradian

The new k6 supports `Promises`, so it would be nice to have the syntax for various methods.

✨ Feature Request

Ref: - https://docs.confluent.io/platform/current/streams/index.html - https://github.com/lovoo/goka ❓ - https://github.com/tryfix/kstream ❓

✨ Feature Request

The basic event loop support was added to k6 since [v0.37.0](https://github.com/grafana/k6/releases/tag/v0.37.0), and ever since, it has been improved and also implemented in some extensions. Kafka-go library also supports async operations...

✨ Feature Request

The option is documented [here](https://github.com/segmentio/kafka-go/blob/da91759e946436612f6e31af58971162bf1d058d/writer.go#L149-L170).

✨ Feature Request

**Related:** - #51 **Note to self:** For implementing protobuf, I should use [`jhump/protoreflect`](https://github.com/jhump/protoreflect), which internally uses [`yoheimuta/go-protoparser`](https://github.com/yoheimuta/go-protoparser). The sample code is in the [gRPC client](https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/client.go) of k6. The [protobuf-dynamic](https://github.com/os72/protobuf-dynamic) Java...

✨ Feature Request
💪 Help Wanted

For configuring Kafka with SSL, we need JKS files. Still, private keys and certificates in PEM format are currently supported, which means the user needs to extract the keys and...

✨ Feature Request

When a PR to the following issue gets merged, the reported metrics should be included in the result output: - https://github.com/riferrei/srclient/issues/78 Ref: - #23

✨ Feature Request

Make it a player instead of a simple video component by including a set if audio/video controls.

enhancement

Currently only the source is exposed.

bug

After running the `govulncheck` tool on the repo, as mentioned in [this article](https://go.dev/blog/vuln), it found four vulnerabilities. And this is the terminal output ```bash $ govulncheck ./... govulncheck is an...

:lock: Security