Jeff Lewis
Jeff Lewis
Here is a PR for issue #234. My initial approach has been to take the input `F[ConsumerRecord[K, V]]` along with a given number of partitions and use that to split...
Afaik the cache size parameter that is passed in to the [constructor](https://github.com/fd4s/fs2-kafka/blob/957c0aaaf7f7c5318af5d7798912e027bc85de9b/modules/vulcan/src/main/scala/fs2/kafka/vulcan/SchemaRegistryClientSettings.scala#L149) of `CachedSchemaRegistryClient` is not actually a maximum size for the cache itself. Rather it is the max number...
The Readme is pretty out of date in several spots. We should update this so that it is easier to follow and fully up to date. In my opinion, the...
Updates so that traits in `smithy.api` and `alloy` are always rendered with dynamic bindings. We can discuss the implications and alternatives to this in this PR. ## PR Checklist (not...
Leaving this mostly as a placeholder for now with details to follow, but basically want a pure alternative to the current mutable-map-based CachedSchemaCompiler. This will offer several advantages: - Caching...
Raising this PR to be able to discuss the possibility of adding a workflow like this, I noticed we have some old PRs and I think in general it is...