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
hi, I am new to Micronaut. I have a requirement where I have a kafka that publishes a message with ID and based on this ID I should insert some information in corresponding DB.
eg: I want my application to have connection to 10 DBs identified by IDs and if kafka consumer get a josn say ID1:{some data} then I need to insert that data into DB1 and if ID2 I want to insert it into DB2 ect...
is there a way we can do this in Micronaut, if so pls guide with documents/tutorials and suggest how I can implement above scenario, in a better way with Micronaut.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi, I am new to Micronaut. I have a requirement where I have a kafka that publishes a message with ID and based on this ID I should insert some information in corresponding DB.
eg: I want my application to have connection to 10 DBs identified by IDs and if kafka consumer get a josn say ID1:{some data} then I need to insert that data into DB1 and if ID2 I want to insert it into DB2 ect...
is there a way we can do this in Micronaut, if so pls guide with documents/tutorials and suggest how I can implement above scenario, in a better way with Micronaut.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions