Skip to content

Commit

Permalink
updated default schema registry versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scambria committed Aug 23, 2021
1 parent db584c2 commit c8f7ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class ConfluentSchemaRegistryClient() (implicit
* the version to retrieve (defaults to "latest")
* @return
*/
protected def url(subject: String, version: String = "latest"): String =
protected def url(subject: String, version: String = "1"): String =
s"$urlBase/subjects/$subject/versions/$version"

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package io.epiphanous.flinkrunner.avro

case class ConfluentSchemaRegistryContext(
isKey: Boolean = false,
version: String = "latest")
version: String = "1")

0 comments on commit c8f7ac7

Please sign in to comment.