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
Don't have any good idea for this. The sink we have is optimized for throughput in batch mode and doesn't work so well in streaming. It uses BulkWriter under the hood which exposes some Cassandra internals and there isn't an equivalent BulkReader.
Upstream has CassandraIO but it has different API (annotated POJO which may not work in Scala) and doesn't seem to be particularly optimized.
We don't read from Cassandra often so this hasn't been a priority.
The text was updated successfully, but these errors were encountered: