uk.sky.fs2.kafka.topicloader

Members list

Type members

Classlikes

case object LoadAll extends LoadTopicStrategy

All records up to the latest offsets at the time when the stream is materialised. Useful when not committing offsets.

All records up to the latest offsets at the time when the stream is materialised. Useful when not committing offsets.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
LoadAll.type
case object LoadCommitted extends LoadTopicStrategy

All records up to the last committed offsets of the configured group.id (provided in your application.conf), or the beginning if there are no offsets.

All records up to the last committed offsets of the configured group.id (provided in your application.conf), or the beginning if there are no offsets.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait LoadTopicStrategy

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LoadAll.type
object LoadCommitted.type
object TopicLoader extends TopicLoader

Attributes

Companion
trait
Supertypes
trait TopicLoader
class Object
trait Matchable
class Any
Self type
trait TopicLoader

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TopicLoader.type