Skip to content

Commit

Permalink
Exposed getSchemaKey(String topic, boolean isKey) as it is used by st…
Browse files Browse the repository at this point in the history
…reamline
  • Loading branch information
satishd committed May 26, 2017
1 parent 1c227df commit 8dcb2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private SchemaMetadata createSchemaMetadata(String topic) {
return new SchemaMetadata.Builder(schemaMetadata).description(description).compatibility(compatibility).build();
}

protected SchemaMetadata getSchemaKey(String topic, boolean isKey) {
public SchemaMetadata getSchemaKey(String topic, boolean isKey) {
String name = topic;
if(isKey) {
if (schemaNameKeySuffix != null ) {
Expand Down

0 comments on commit 8dcb2b8

Please sign in to comment.