This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


    from 32beaca  Add camel-k bind example
     new 5b0c70a  Added an example of Apicurio Registry Usage with Kafka 
through YAML
     new 44ea3b9  Added an example of Apicurio Registry Usage with Kafka 
through YAML - Externalize Schema Registry URL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jbang/kafka-apicurio-schema-registry/README.md     |  81 ++++++
 .../application.properties                         |   3 +
 .../kafka-log.yaml}                                |  22 +-
 .../kafka-producer}/pom.xml                        |  31 +--
 .../kafka-producer}/src/main/avro/order.avsc       |   9 +-
 .../main/java/com/acme/example/kafka}/Produce.java |  35 +--
 .../java/com/acme/example/kafka}/models/Order.java | 292 +++++++++++++++++----
 7 files changed, 372 insertions(+), 101 deletions(-)
 create mode 100644 jbang/kafka-apicurio-schema-registry/README.md
 create mode 100644 jbang/kafka-apicurio-schema-registry/application.properties
 copy jbang/{slack-source/slack-source.yaml => 
kafka-apicurio-schema-registry/kafka-log.yaml} (60%)
 copy jbang/{azure-eventhubs-kafka-azure-schema-registry/azure-identity => 
kafka-apicurio-schema-registry/kafka-producer}/pom.xml (66%)
 copy jbang/{azure-eventhubs-kafka-azure-schema-registry/azure-identity => 
kafka-apicurio-schema-registry/kafka-producer}/src/main/avro/order.avsc (76%)
 copy 
jbang/{azure-eventhubs-kafka-azure-schema-registry/azure-identity/src/main/java/com/acme/example/eventhubs
 => 
kafka-apicurio-schema-registry/kafka-producer/src/main/java/com/acme/example/kafka}/Produce.java
 (64%)
 copy 
jbang/{azure-eventhubs-kafka-azure-schema-registry/azure-identity/src/main/java/com/acme/example/eventhubs
 => 
kafka-apicurio-schema-registry/kafka-producer/src/main/java/com/acme/example/kafka}/models/Order.java
 (58%)

Reply via email to