Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka, Schema Registry and Avro Quickstart #832

Conversation

michalszynkiewicz
Copy link
Member

The corresponding guide: quarkusio/quarkus#16503

Check list:

Your pull request:

  • targets the development branch
  • uses the 999-SNAPSHOT version of Quarkus
  • has tests (mvn clean test)
  • works in native (mvn clean package -Pnative)
  • has native tests (mvn clean verify -Pnative)
  • makes sure the associated guide must not be updated
  • links the guide update pull request (if needed)
  • updates or creates the README.md file (with build and run instructions)
  • for new quickstart, is located in the directory component-quickstart
  • for new quickstart, is added to the root pom.xml and README.md

@michalszynkiewicz michalszynkiewicz force-pushed the kafka-avro-schema-quickstart branch from 49dd817 to 75b7044 Compare April 14, 2021 13:39
@michalszynkiewicz michalszynkiewicz force-pushed the kafka-avro-schema-quickstart branch 2 times, most recently from f76cbd2 to 64c1fac Compare April 15, 2021 06:06
kafka-avro-schema-quickstart/docker-compose.yaml Outdated Show resolved Hide resolved
kafka-avro-schema-quickstart/README.md Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
@michalszynkiewicz michalszynkiewicz force-pushed the kafka-avro-schema-quickstart branch from 64c1fac to c957c89 Compare April 15, 2021 13:09
@michalszynkiewicz michalszynkiewicz force-pushed the kafka-avro-schema-quickstart branch from c957c89 to 621e5c5 Compare April 16, 2021 09:01
@michalszynkiewicz michalszynkiewicz merged commit 66371a3 into quarkusio:development Apr 16, 2021
registry = new GenericContainer<>("apicurio/apicurio-registry-mem:1.3.2.Final")
.withExposedPorts(8080)
.withEnv("QUARKUS_PROFILE", "prod")
.withEnv("KAFKA_BOOTSTRAP_SERVERS", kafka.getBootstrapServers())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the env vars KAFKA_BOOTSTRAP_SERVERS , APPLICATION_ID and APPLICATION_SERVER are not required, the image apicurio/apicurio-registry-mem:1.3.2.Final stores the schemas in-memory and do not require access to kafka

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I'm updating the quickstart to use Apicurio Registry 2.0.0, so I'll remove this as part of the work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants