Fork me on GitHub
#xtdb
<
2023-02-24
>
richiardiandrea16:02:58

Hey all, I have got a nasty bug I am trying to debug here...and a silly question about xt/listen - if I have two xt/listen listeners in two namespaces, would they each receive a copy of all the indexed XTDB events? In other words, it is not a shared resource that is exhausted by one xt/listen , correct?

refset17:02:45

> if I have two xt/listen listeners in two namespaces, would they each receive a copy of all the indexed XTDB events? Hey @U0C8489U6 I'm not an expert on how xt/listen works exactly under the hood (yet!), but following @U0GE2S1NH’s work to expand the docstring in https://github.com/xtdb/xtdb/issues/1844 I feel quite confident responding with 'yes'

richiardiandrea17:02:05

thank you the link is very helpful!

👍 2