feat: add jetstream api router and error envelope
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace NATS.Server.JetStream.Api;
|
||||
|
||||
public sealed class JetStreamApiRouter
|
||||
{
|
||||
public JetStreamApiResponse Route(string subject, ReadOnlySpan<byte> payload)
|
||||
=> JetStreamApiResponse.NotFound(subject);
|
||||
}
|
||||
Reference in New Issue
Block a user