Max Grollmann
Max Grollmann
### Terraform, Provider, Kubernetes and Helm Versions ``` Terraform version: 0.15.3 Provider version: 2.1.2 Kubernetes version: 2.2.0 ``` ### Affected Resource(s) - helm_release ### Terraform Configuration Files ```hcl resource "helm_release"...
### What version of Effect is running? 3.1.3 ### What steps can reproduce the bug? ```ts const task = () => Effect.fail(new Error('test')) as Effect.Effect; const makeTaskHandler = (testEventEmitter: EventEmitter)...
In the schema registry module of kafkajs, it's possible to add logical types while initialising the schema registry ([ref](https://kafkajs.github.io/confluent-schema-registry/docs/custom-types)). The typings for `SchemaRegistryAPIClientArgs` uses only the basic config. Proposal: add...
First of all: Sorry for all the issues, just writing down the stuff which goes into my mind while setting up this library together with NestJS for use in a...
https://github.com/rob3000/nestjs-kafka/blob/2c560e38e91b1e4994c6c13add47fb2f0b55f182/src/serializer/avro-request.serializer.ts#L7-L13 `value` is marked as required but for the scenario that schemas are managed centrally and not stored within the project, it is not needed.
When using the module as stated in the documentation, it's not possible to get other informations about the incoming kafka message. The documentation needs to be changed a bit because...
Firstly, thanks for the work here!🚀 In `KafkaAvroRequestSerializer`, the latest schema id's are saved. Definitely makes sense for me - but what happens when a schema updates (and with it...
### Description We have the requirement to send/receive ethernet frames with a custom type/protocol for [HomePlug AV](https://www.slideshare.net/slideshow/sstic-2019-v2g-injector-whispering-to-cars-and-charging-units-through-the-powerline/149677087#20) (`0x88e1`). Using a raw socket does not really work as it drops packets...