I have a Spark streaming application which reads from a Kafka topic, runs a bunch of operations on each record\'s content, and writes the result to a database.
The Spark