Add support for Direct Get API with key in subject#771
Conversation
|
@mtmk This is great. Thanks for hopping on it so quickly. This approach will work for our use case. |
|
potential for future One additional piece that I had to think about for a little bit. In my use case's current state, we rely on the extensions that are defined in Like I said in my other comment, I think the current proposal is good and we are OK with setting up the INatsKVConext directly though. This is largely just food for thought. |
@garrett-sutton that is a good point. I think we have a similar case for JetStream as well off the top of my head. I'll put that in a separate PR. |
* Add support for Direct Get API with key in subject (#771) * Add Metadata to KV Bucket (#741) * Added an ability to specify pool size with a callback using IServiceProvider (#757) * Add NatsPayloadTooLargeException class (#761) * Make the parameter-less StreamConfig constructor public (#768) * Release 2.5.10-preview.1 (#766) * Fix reconnect getting stuck (#758) * Fix task tracking (#764) * Fix Windows build (#765)
* Add support for Direct Get API with key in subject (#771) * Add Metadata to KV Bucket (#741) * Added an ability to specify pool size with a callback using IServiceProvider (#757) * Add NatsPayloadTooLargeException class (#761) * Make the parameter-less StreamConfig constructor public (#768) * Release 2.5.10-preview.1 (#766) * Fix reconnect getting stuck (#758) * Fix task tracking (#764) * Fix Windows build (#765)
Proposed solution for #770