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

Update Redpanda to v21.11.2 #22132

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

vuldin
Copy link
Contributor

@vuldin vuldin commented Dec 13, 2021

This is a minor PR to update Redpanda from v21.5.5 to v21.11.2. There have been 24 releases and many improvements since the latter version (too many features and bug fixes to list in full here). More details on these improvements can be found on the project's release page: https://github.com/vectorizedio/redpanda/releases

One new feature I want to draw attention to is the schema registry subsystem. More details on this feature can be found here: https://redpanda.com/blog/schema_registry/

There have been mentions of creating a schema registry dev service for quarkus so that developers would have easy access to a schema registry in the same way that they currently have access to an event bus during development. With this Redpanda update, there is now another simple and performant option for this future dev service.

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 13, 2021

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should preferably start with an uppercase character (if it makes sense!)

This message is automatically generated by a bot.

@vuldin vuldin changed the title update Redpanda to v21.11.2 Update Redpanda to v21.11.2 Dec 13, 2021
@vuldin
Copy link
Contributor Author

vuldin commented Dec 13, 2021

I ran tests, and I believe everything went fine for the purposes of this change. But I did run into the following issue when running ./mvnw install -Dnative:

[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-cli: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[ERROR]         [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: java.lang.RuntimeException: Cannot find the `native-image` in the GRAALVM_HOME, JAVA_HOME and System PATH. Install it using `gu install native-image`

I assume this error is related to either not having graalvm or not having the right version, but I do have it installed:

> gu --version
GraalVM Updater 21.1.0
> echo $GRAALVM_HOME  
/Users/josh/.jabba/jdk/[email protected]/Contents/Home

@geoand geoand requested a review from cescoffier December 13, 2021 05:06
@cescoffier
Copy link
Member

@vuldin The error is about not having native-image installed. It's a GraalVM "plugin" (so you need to install it as a second step).

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 13, 2021
@cescoffier cescoffier merged commit 95ee484 into quarkusio:main Dec 13, 2021
@quarkus-bot quarkus-bot bot added this to the 2.7 - main milestone Dec 13, 2021
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants