IsolationLevel

fs2.kafka.IsolationLevel
See theIsolationLevel companion object
sealed abstract class IsolationLevel

The available options for ConsumerSettings#withIsolationLevel.

Available options include:
- IsolationLevel#ReadCommitted to only read committed records,
- IsolationLevel#ReadUncommitted to also read uncommitted records
.

Attributes

Companion
object
Source
IsolationLevel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article