You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Message.Writer, which returns an io.Writer that can be used to write data fields to the event. (Create MessageWriter #9)
subsequently removed (Server API refactor #11), it is superfluous
Replace AppendData with a simple Data string field
Refactor ValidReplayProvider as a consequence of the changes made by the other PR
Add benchmarks for all server components and create some end-to-end performance testing of the server for common use-cases (input from the community would help, 👋 Are you using go-sse? #24)
Re-evaluate the Session API, OnSession and MessageWriter – could we do without them and use standard net/http types instead?
Improve client
Modify response validators so they're able to signal if an error is temporary or not
Here's what's planned for v1, listed by priority:
AMessage.Writer
, which returns anio.Writer
that can be used to writedata
fields to the event. (Create MessageWriter #9)subsequently removed (Server API refactor #11), it is superfluous
AppendData
with a simpleData string
fieldFiniteReplayProvider
(use circular buffer in FiniteReplayProvider #23)ValidReplayProvider
as a consequence of the changes made by the other PROnSession
andMessageWriter
– could we do without them and use standardnet/http
types instead?go.work
(Split code into multiple modules #26)nats-io
or other) (see also Lets add a NATS provider #13, Are there any existing providers out there besides Joe? #19)sse
module? (the code ininternal/parser
– is there demand for this?)go-sse
, external provider implementations if any toREADME
The text was updated successfully, but these errors were encountered: