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
Integration into cometbft/streaming.go might be easier but IMHO is less ideal and less performant. The ideal integration spot IMHO would be directly in stf and a draft PR was created here: #21273.
Ideally, #21312 should be completed first and then a first class integration of appdata.Listener can be added directly to stf.
The text was updated successfully, but these errors were encountered:
To support indexing in
server/v2
we need to setup locations forappdata.Listener
callbacks to be invoked. Two possible locations for this are:Integration into
cometbft/streaming.go
might be easier but IMHO is less ideal and less performant. The ideal integration spot IMHO would be directly instf
and a draft PR was created here: #21273.Ideally, #21312 should be completed first and then a first class integration of
appdata.Listener
can be added directly tostf
.The text was updated successfully, but these errors were encountered: