zmstone
zmstone
We can publish all rc releases
@dbleul I'm afraid it's quite hard for us to prioritise this. as of today, we don't have a windows build at all, not to mention 32bit
Hi @wkhatch We have a lot users deploying EMQ X on ec2. And it makes a lot of sense for them to use ELB. We can not tell them: “EKS,...
用 start 命令启动看看有什么日志打印到log目录的文件里?
@dakengjiangjun do you mean 4.3 or 5.0 ? 5.3 is not released yet, and the config seem to be correct for 5.0 for 4.x, it's ``` dashboard.default_user.login (EMQX_DASHBOARD__DEFAULT_USER__LOGIN) dashboard.default_user.password (EMQX_DASHBOARD__DEFAULT_USER__PASSWORD)...
Hi @seriyps we do not have plan to support it in the near future.
The issue is the type's `"name"` field (not `"namespace"`) being `"null"`. According to [the spec ](https://avro.apache.org/docs/1.8.2/spec.html) > Primitive type names have no namespace and their names may not be defined...
> Do you say that the fact that it's refusing to try to parse the OCF file is normal ? Yes, normal, if we allow primitive type name for named...
Hi @jbruggem > It would be the Apache Avro project's responsibility, rather. Is this because confluent uses Apache Avro's Java library? Then this is indeed something Avro Java library should...
I'd say go ahead add a new decoder option. For records and enums, ideally it should be `atom()` in schema, i.e. ensure `atom()` at schema's 'compile' time. in this case,...