Изменения документа Confluent schema registry
Редактировал(а) Alexandr Fokin 2024/12/29 19:28
<
>
отредактировано Alexandr Fokin
на 2024/12/24 14:29
на 2024/12/24 14:29
отредактировано Alexandr Fokin
на 2024/12/24 14:52
на 2024/12/24 14:52
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,12 +1,39 @@ 1 1 | |Schema registry, SchemaRegistry 2 2 | |((( 3 3 Schema Registry for Confluent Platform 4 -[[https:~~/~~/docs.confluent.io/platform/current/schema-registry/index.html>>https://docs.confluent.io/platform/current/schema-registry/index.html]] 4 +[[https:~~/~~/docs.confluent.io/platform/current/schema-registry/index.html>>url:https://docs.confluent.io/platform/current/schema-registry/index.html]] 5 5 6 6 confluentinc / schema-registry 7 -[[https:~~/~~/github.com/confluentinc/schema-registry>>https://github.com/confluentinc/schema-registry]] 7 +[[https:~~/~~/github.com/confluentinc/schema-registry>>url:https://github.com/confluentinc/schema-registry]] 8 8 ))) 9 -| |[[Apache Avro>>doc:Разработка.Схемы данных, контракты, форматы.Binary.Apache Avro.WebHome]], [[Protobuf>>doc:Разработка.Схемы данных, контракты, форматы.Protobuf.WebHome]], 10 -| | 9 +| |((( 10 +|(% style="width:174px" %)Спецификации схем|(% style="width:1232px" %)[[Apache Avro>>doc:Разработка.Схемы данных, контракты, форматы.Binary.Apache Avro.WebHome]], [[Protobuf>>doc:Разработка.Схемы данных, контракты, форматы.Protobuf.WebHome]], [[JSON Schema>>doc:Разработка.Схемы данных, контракты, форматы.Text.JSON.JSON Schema.WebHome]] 11 +|(% style="width:174px" %) |(% style="width:1232px" %)Выступает в роли хранилища схем. 12 +|(% style="width:174px" %) |(% style="width:1232px" %) 13 +))) 11 11 15 +---- 16 + 17 +==== Внутренние ссылки: ==== 18 + 19 +====== Дочерние страницы: ====== 20 + 21 +{{children/}} 22 + 23 +====== Обратные ссылки: ====== 24 + 25 +{{velocity}} 26 +#set ($links = $doc.getBacklinks()) 27 +#if ($links.size() > 0) 28 + #foreach ($docname in $links) 29 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 30 + * [[$escapetool.xml($rdoc.fullName)]] 31 + #end 32 +#else 33 + No back links for this page! 34 +#end 35 +{{/velocity}} 36 + 37 +---- 38 + 12 12