iliax %!s(int64=2) %!d(string=hai) anos
pai
achega
cead6e0381

+ 1 - 1
kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/builtin/sr/SchemaRegistrySerde.java

@@ -219,7 +219,7 @@ public class SchemaRegistrySerde implements BuiltInSerde {
             .convert(basePath, ((AvroSchema) schemaById).rawSchema())
             .toJson();
       case JSON:
-        //need to create confluent JsonSchema object to resolve references
+        //need to use confluent JsonSchema object to resolve references
         return ((JsonSchema) schemaById).rawSchema().toString();
       default:
         throw new IllegalStateException();

+ 1 - 1
kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/integration/odd/TopicsExporter.java

@@ -111,7 +111,7 @@ class TopicsExporter {
   }
 
   private Mono<Tuple2<SchemaSubject, Map<String, String>>> getSubjWithResolvedRefs(KafkaCluster cluster,
-                                                                                            String subjectName) {
+                                                                                   String subjectName) {
     return cluster.getSchemaRegistryClient()
         .mono(client ->
             client.getSubjectVersion(subjectName, "latest", false)