Is there a way to order the stream reads? Seems li...
# connector-development
r
Is there a way to order the stream reads? Seems like my streams are read alphabetically. The issue I have is that I have a parent stream called
B
with a child stream
A
.
A
always is called first, bypassing all the incremental and caching benefits
j
This is custom connector?
r
Yes