You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated rust code failed to compile with the following error:
error[E0412]: cannot find type `SourceConfigConfigs` in module `crate::bus::pulsar_api::codegen::source_config`
|
6 | pub configs: Option<std::collections::BTreeMap<String, crate::bus::pulsar_api::codegen::source_config::SourceConfigConfigs>>,
| ^^^^^^^^^^^^^^^^^^^ not found in `crate::bus::pulsar_api::codegen::source_config`
It seems like SourceConfigConfigs does not get generated. The same problem occurs with SourceConfigSecrets. Both of them have additionalProperties inside:
I'm trying to generate Apache Pulsar openapi
Generated rust code failed to compile with the following error:
It seems like
SourceConfigConfigs
does not get generated. The same problem occurs withSourceConfigSecrets
. Both of them haveadditionalProperties
inside:The error is gone when I delete
additionalProperties
objects.The text was updated successfully, but these errors were encountered: