Tim Perkins

Results 13 issues of Tim Perkins

This would be used to skip generating an Avro JSON schema file (.avsc) for abstract types.

It would be useful to optionally accept a single DSL file (or list of files) to regenerate instead of reprocessing all files.

This should include all the methods in the DSL, where they can be called, and options accepted. Perhaps this should be a separate document instead of making the README extremely...

When loading a DSL from a file infer the namespace from the file path relative to a configured load path. The namespace should still be overridable in the DSL.

See http://avro.apache.org/docs/current/spec.html#order

By default generated schemas are validated by attempting to parse using the `avro` gem. This is a placeholder for now to collect other validations that would be useful to give...

Is this useful outside protocols?

I believe this has been released in the Confluent Schema Registry 3.2.1 and is documented in this PR: https://github.com/confluentinc/schema-registry/pull/560

We are using Rails 6.1 and `ActiveSupport::Cache::RedisStore` as the store and recently found that status keys are not expiring. The `expires_in` value is only specified when a job is enqueued,...