What is the best strategy for autogenerating primary key fields in Hilla.Dev on Cassandra?
I am working on the Hilla.dev stack which is basically a bridge between Spring Boot and React (with typescript). But I am having problems with data type conversion of primary keys between java and typescript.
Hilla.dev fails to convert the UUID datatype to a typescript type. The Long datatype does work, but you have to manually implement autogeneration of ids.