All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lenses.jdbc4.Constants.kt Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
@file:Suppress("MayBeConstant")

package io.lenses.jdbc4

object Constants {
  val ProductName = "LSQL for Apache Kafka"
  val DriverName = "JDBC Driver for LSQL"
  val JdbcPrefix = "jdbc:lenses:kafka:"
  val DatabaseName = "default"
  val LensesTokenHeader = "X-Kafka-Lenses-Token"
  val BATCH_HARD_LIMIT = 1000
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy