Byron Ruth
Byron Ruth
@aricart Thank you for writing this up 😄 ! As stated in the Google Doc, this feels like a good starting point.. establish the core composable primitive and then future...
Is there a separate ADR for the server implementation for this? If I recall correctly, @wallyqs had noted it was [not yet implemented on the server](https://github.com/nats-io/nats-server/blob/ad0a8403bb286369c612267b9907af2580fcfa40/server/jetstream_api.go#L222).
Now that a handful consumer options can be updated, I presume it is safer/simpler to have the server reject the update?
Apologizes for injecting myself (I don't have the context of the conversation leading up to this). But.. my understanding is that the distinction of "ephemeral-ness" is now solely on the...
Implemented in Go https://github.com/nats-io/nats.go/pull/1043
Hi @Alvaro82, that seems like a reasonable request. Other than listing a few more images, it would not appear to add any additional overhead to our build and release process....
Hm. Right, that is a fair point. I am a noob re: Windows, so it unclear what is most desirable for production environments? TBH, I don't know what the current...
Thanks @marceliwac. We have been in process of porting/augment the NATS CI and artifact building to GitHub Actions (from Travis) which does have a windows-2022 runner (Travis does not). We...
Any more consideration for adding support for this method? I have a use case requiring an efficient way to scan/skip records. I will be maintaining an external index file from...
Peaking through the codec code, it seems to get the best performance, the codec type needs to be extended to support reading the raw bytes without any decoding (which the...