-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: bump avsc and i18n example files #126
Conversation
CI failed temporarily, re-run failed check after |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing information:
- Plugin config format (AVRO JSON)
- Plugin config file initial location
- Plugin run-time update REST API (maybe provide a
curl
example). - UI aid is only available in Enterprise ediition.
Add some get_config example. |
bb0ca35
to
e461923
Compare
the default config should continue to be hocon. EMQX should type-check the config with avro schema if the schema exists. Otherwise just load it as-is |
f88b569
to
9c4aae2
Compare
8730696
to
ec3a307
Compare
ec3a307
to
4333ab5
Compare
@@ -3,20 +3,29 @@ | |||
{description, "Another amazing EMQX plugin."}, | |||
{version, "1.0.0", "The release version of this plugin."}, | |||
{app_vsn, "0.1.0", "The erlang application vsn value."}, | |||
{emqx_vsn, "v5.4.1", "EMQX version to use as a dependency."}, | |||
{emqx_vsn, "v5.6.1", "EMQX version to use as a dependency."}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
{emqx_vsn, "v5.6.1", "EMQX version to use as a dependency."}, | |
{emqx_vsn, "v5.6.1", "EMQX version to use as a dependency for compile and test."}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be updated when v5.7.0 released
No description provided.