You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/lite/components/kafka-tests/src/test/scala/pl/touk/nussknacker/engine/lite/components/AzureSchemaRegistryKafkaAvroTest.scala
Copy file name to clipboardExpand all lines: utils/lite-components-testkit/src/main/scala/pl/touk/nussknacker/engine/lite/util/test/LiteKafkaTestScenarioRunner.scala
Copy file name to clipboardExpand all lines: utils/schemed-kafka-components-utils/src/main/scala/pl/touk/nussknacker/engine/schemedkafka/schemaregistry/SchemaRegistryClient.scala
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ trait SchemaRegistryClient {
17
17
18
18
/**
19
19
* Latest fresh schema by topic - it should be always fresh schema
s"Invalid record schema name ${avroSchema.getName} Should be: $schemaNameBasedOnTopic."
56
+
)
57
+
} else {
58
+
// for primitive types we have to register schema on two names - one for listing of topics purpose and second one based on name, to be possible to serialize such object
59
+
// by KafkaAvroSerializer - it just lookup into schema registry based on schema's full name. Can be tricky which one id is returned - in most cases it easy better
Copy file name to clipboardExpand all lines: utils/schemed-kafka-components-utils/src/main/scala/pl/touk/nussknacker/engine/schemedkafka/schemaregistry/azure/client/DefaultAzureSchemaRegistryClient.scala
// for primitive types we have to register schema on two names - one for listing of topics purpose and second one based on name, to be possible to serialize such object
168
-
// by KafkaAvroSerializer - it just lookup into schema registry based on schema's full name. Can be tricky which one id is returned - in most cases it easy better
0 commit comments