0.6.0 #3470
Replies: 4 comments
-
When i change the version from 0.5.0 to 0.6.0 i see in console log some error messages: 2023-03-10 14:35:18,923 DEBUG [main] c.p.k.u.KafkaUiApplication: Running with Spring Boot v2.7.5, Spring v5.3.23 How can i resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
@sm-shevchenko
|
Beta Was this translation helpful? Give feedback.
-
Your advice helped to fix the problem with that message but there are still similar error messages at KafkaUI startup: 2023-03-10 15:36:26,197 INFO [parallel-1] o.a.k.c.s.a.AbstractLogin: Successfully logged in. |
Beta Was this translation helpful? Give feedback.
-
The problem was fixed after I removed/commented out the setting of environment variables (which I had set to empty - '') : |
Beta Was this translation helpful? Give feedback.
-
Within this release, we introduced new features like a cluster configuration wizard and integration with the OpenDataDiscovery Platform.
New Features
With
DYNAMIC_CONFIG_ENABLED
property enabled you can add and/or modify your clusters right in UI.We're planning on implementing different storage providers to make it possible for importing and exporting your config file.
Currently, you can save it if you mount
/etc/kafkaui/dynamic_config.yaml
file from inside the container to an external volume.Leveraging the OpenDataDiscovery Platform, topics and associated Kafka Connect metadata can now be exported for comprehensive monitoring. You'll have visibility into how data platform components interact with Kafka, receive notifications regarding critical schema changes, and more - all to ensure a streamlined connection experience.
Learn more about ODD here: https://github.com/opendatadiscovery/odd-platform
Enhancements
Thanks to everyone who started and continued to contribute to this release!
In the next release, we'll focus a bit on expanding our RBAC possibilities (support for LDAP and universal OAuth providers) and some Wizard features!
Issues closed: https://github.com/provectus/kafka-ui/milestone/7?closed=1
All changes in a formatted way: https://gist.github.com/Haarolean/f60150dbe31c3074c02b55cc486a6f5d
Full Changelog: v0.5.0...v0.6.0
Contributors
@ArthurNiedial, @BatuhanKucukali, @BulatKha, @David-DB88, @Haarolean, @Mgrdich, @Narekmat, @Snowfox0618, @VladSenyuta, @anezboretskiy, @cpapad, @dependabot, @dependabot[bot], @iliax, @kristi-dev, @m-kay, @mkuts12, @wanisfahmyDE, @winnie-chiu, @workshur and @yardenshoham
This discussion was created from the release 0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions