stream-reactor
stream-reactor copied to clipboard
Feature cassandra timestamp support
I checked and right now I don't see any test case written for CassandraTableReader
. Actually I have not worked on this since almost beginning of the year.
As per comment: https://github.com/lensesio/stream-reactor/issues/647#issuecomment-619953830
The change was very specific to the use case where a column of type timestamp
was converted to a Long
timestamp. This may not always be the case.
I think a right fix should be for kcql
be able to parse cql
functions so data could be read from source is any format as we like.