Skip to content

[elixir] Allow setting custom properties when creating a database #587

@nicolazar

Description

@nicolazar

Search before asking

  • I searched in the issues and found nothing similar.

Description

Currently in bindings/elixir/lib/fluss/admin.ex when creating a database, the database descriptor is not passed through, meaning that it is not possible to set comment or custom_properties on a database. The bindings hardcode None (source). The upstream Rust API supports it; the Elixir layer just doesn't expose it.

We should allow clients to set custom_properties and comment when creating a database.

Additionally, the properties should be validated to only include the values accepted by the Fluss server.

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions