feat: support JetStream API prefix#39
Conversation
|
Claude finished @joeriddles's task in 3m 22s —— View job Code Review
SummaryThe feature works for its stated purpose. Three issues worth addressing before merge: 1. Double-application of opts ( 2. Public API exposes nats.go internals — API stability risk 3. Replace-not-append semantics on a variadic function (minor) The test coverage in |
|
Claude finished @joeriddles's task in 2m 22s —— View job Code Review
SummaryThe refactor commit (
The current implementation is correct and well-structured. Two minor issues remain: 1. 2. Silent no-op for The test coverage in |
|
A rebase is needed, but just to confirm, is this needed at the connection level? Or is do we need configuration at the event store level? |
The assumption this makes is all your event stores have the same JS prefix, so the connection level makes sense in my mind. |
Signed-off-by: Joe Riddle <joe@synadia.com>
Signed-off-by: Joe Riddle <joe@synadia.com>
d3b1b59 to
d76ca1f
Compare
|
Claude finished @joeriddles's task in 1m 54s —— View job Code Review
SummaryThe implementation is correct and the previous review's three concerns are fully resolved. One minor issue remains from the prior round:
Everything else looks good:
No correctness bugs, no security issues, no JetStream durability or ack concerns introduced. |
Support JetStream API prefix for
rita.Manager