Re: TopicStream and sorting?

2021-10-14 Thread Joel Bernstein
Hi Eric, The topic stream emulates a FIFO queue so it only knows about version. One thing that would be really nice would be a Streaming Expression wrapper around cursor mark queries, which supports sorting. The CursorStream would fit nicely along side the TopicStream and ExportStream. Joel

TopicStream and sorting?

2021-10-14 Thread Eric Pugh
I’m experimenting with extracting data from a Solr collection using the TopicStream, and it appears that the order of the documents that I get back is always based on the _version_? I thought I could add a sort parameter, but that doesn’t seem to be part of what the topic stream does…. Is the