castle icon indicating copy to clipboard operation
castle copied to clipboard

Framework for building Kafka and avro based apps in typescript

Results 44 castle issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies

Hey! We are implementing the changes to support the Reader Schema in our code but we're stuck. Comparing the schema that we got from Aiven with the generated types, it...

Hello 👋 I noticed something that I believe can be improved with default values. When using this Avro schema: ```json { "type": "record", "name": "CreateUser", "namespace": "my.namespace.messages", "fields": [ {...

When running the CLI using wildcard for finding avro files, it fails. ``` $ avro-ts avro-files/*.avsc Converting Avro to TypeScript internal/fs/utils.js:230 throw err; ^ Error: ENOENT: no such file or...