ingmarfjolla

Results 15 comments of ingmarfjolla

I can do this one

https://docs.jboss.org/hibernate/orm/5.0/userguide/html_single/Hibernate_User_Guide.html#dynamic-model it looks like it was supported here as well under `2.10. Dynamic Model`. Maybe i'm missing something

hey @gavinking , so the reason I was asking was because I was trying to rewrite the debezium-quarkus extension to be reactive. here https://github.com/ingmarfjolla/debeziumreactive/blob/quarkus-outbox-reactive-refactor/debezium-quarkus-outbox/runtime/src/main/java/io/debezium/outbox/quarkus/internal/AbstractEventDispatcher.java in the original implementation they were...

i'm definitely doing something wrong, but I'm not sure what exactly. for some reason when i get to my persist method here ```` @Inject Mutiny.SessionFactory sessionFactory; protected Uni persist(Map dataMap)...

so following your example here: https://github.com/hibernate/hibernate-reactive/blob/main/examples/native-sql-example/src/main/java/org/hibernate/reactive/example/nativesql/MutinyMain.java i got to here: https://github.com/ingmarfjolla/debeziumreactive/blob/quarkus-outbox-reactive-refactor/debezium-quarkus-outbox-reactive/runtime/src/main/java/io/debezium/outbox/quarkus/internal/AbstractEventDispatcher.java and it persists! I have cleaning up to do but I think i'm on the right track

If you didn't I think just having the `DynamicMapInstantiator.KEY` somewhere would help, since I hadn't been able to find it before you mentioned it. Did you see any issues with...

Hey @srinify, thanks for your reply! Sure thing, I was working with this: https://www.unb.ca/cic/datasets/iotdataset-2023.html dataset. TLDR it has 47 feature columns and then the label column. Atm we mapped 15...

any chance you got this working? I'm having the same issue on Fedora and Ubuntu currently

@edeandrea yes I think we're good to close that PR, I can close it now. @someth2say thank you for taking this over! is there any chance I can find a...

@someth2say any chance you can maybe push the helm charts to another git folder somewhere so I can try installing it on Openshift? and see if i get this error...