cassandra - Is it okay to make a database query inside a Spark streaming transformation? -


i'd process stream of data coming rabbitmq. specifically, it's list of changes, , i'd filter out changes have been made. that, i'd need compare new data against existing data in cassandra database.

is okay within spark streaming transformation? there more idiomatic approach should considering?


Comments