...
LOGGED and UNLOGGED batch types, inserts data and return success response even with acknowledgement errorthrows exception on acknowledgement error. This needs to be handled in the code.
In cassandra docs, it is suggested to go with UNLOGGED batch type for better performance.
For detailed analysis, please refer here.