Alex Ullrich

Results 194 comments of Alex Ullrich

This is awesome I've stitched together an ad-hoc equivalent to this at least a few times be nice to have something available in package.

Been thinking about this a lot you may want to drop the CQRS namespace since request / reply is generally useful in a lot of situations. I don't have a...

The other option is to maybe build flexibility for override of the provisioned stream into SubscribeInitialize I think the kafka middleware might do something similar. Not sure where this would...

Maybe hold this for v2.1 and new jetstream API. https://natsbyexample.com/examples/jetstream/api-migration/go

Note the actual builds are not yet changed to remove CGO dependency. Validated using the docker local build and an additional make target for tests since -race requires running with...

The create-release and upload-release-asset actions are unmaintained. These usages will need to be migrated to https://github.com/softprops/action-gh-release which is noted as a replacement in READMEs for both.

This will be needed to pass some additional data (key ID + team ID) to the apple provider. The signing key could be included in the additional map as well...

@cainlevy any concerns about this? I have the Apple implementation near ready to test built on top of this. Feeling like it will be time to do configuration files next...

Yea might merge with the Apple stuff to keep blame where it belongs for posterity 😅