Skip to content

BigInt is not supported for snowflake ID #148

Description

@uribrod

Hi,
Is there any option or workaround to support BigInt? number won't support 64bit id which is used as snowflake id

Avro:
union {null,long} orderId = null;

will generate
orderId?: null | undefined | number

expected
orderId?: null | undefined | BigInt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions