Anybody used Spring Fu yet? I wanted to give it a ...
# spring
g
Anybody used Spring Fu yet? I wanted to give it a try, but from https://github.com/spring-projects/spring-fu/tree/master/modules it seems you can only use that subset of modules which are made ready for Spring Fu. I would like to port a reactive app that is using mongodb and kafka, and I don’t see how to integrate it, but I guess if I really want to I could use the non-spring reactive kafka dependency?
t
For MongoDb, you can use the dedicated plugin : https://github.com/spring-projects/spring-fu/tree/master/modules/mongodb
And for Kafka, you can configure it using some
bean { ...  }
definition