We regularly use unlogged batches for single partition writes as a performance enhancement to reduce messages sent to Cassandra (and stop the coordinator node being overloaded). It would be nice to provide support for this via the ReactiveCassandraBatchOperations, which currently strictly supports LOGGED batches.
I may be missing part of the reasoning for strictly supporting logged batches, so feel free to correct me if there is reasoning for this.