package realistic
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class AppConfig(kafka: KafkaConfig) extends Product with Serializable
- sealed trait AppError extends AnyRef
The ADT of error types for the application
- trait Config extends AnyRef
- final case class KafkaBootstrapServers(value: String) extends AnyVal with Product with Serializable
- case class KafkaConfig(bootstrapServers: KafkaBootstrapServers, schemaRegistryUrl: KafkaSchemaRegistryUrl, properties: List[PropertyValue], verbose: Option[Boolean]) extends Product with Serializable
- final case class KafkaSchemaRegistryUrl(value: String) extends AnyVal with Product with Serializable
- final case class ProgramConfig(inputPath: String, outputPath: String) extends Product with Serializable
- final case class PropertyValue(name: String, value: String) extends Product with Serializable
- trait Spark extends AnyRef
- final case class SparkSession(name: String) extends Product with Serializable