Skip to content

Conversation

joelc
Copy link
Contributor

@joelc joelc commented Nov 3, 2022

We need to peek into the response stream so that we can pull the last_offset and wait on the fencing / we need read-after-write functionality.

We've built a shim to do this, but we also noticed that we lost JEP150/java.time type mapping into Rockset. This was because the plumbing that does this in the Java SDK happened in the add() method and we are using addCall().

It seems that add() will, eventually, call addCall() downstream.

We need to peek into the response stream so that we can pull the last_offset and wait on the fencing / we need read-after-write functionality.

We've built a shim to do this, but we also noticed that we lost JEP150/java.time type mapping into Rockset. This was because the plumbing that does this in the Java SDK happened in the add() method and we are using addCall().

It seems that add() will, eventually, call addCall() downstream.
rockset-io pushed a commit that referenced this pull request Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant