--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7ba91701-f20a-4e6d-8268-f38808c6e7e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7b5d5ee6-9dc5-4322-9682-21b5b6d0ec5f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7b5d5ee6-9dc5-4322-9682-21b5b6d0ec5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/C92FCA35-4885-4AC5-ADD1-7AB0B3F18509%40julienviet.com.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/6db4b096-0946-4bb1-9584-c3f8aff5eebc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yes you would need to do that on your own.
perhaps one could create an EventBus interface wrapping the KafkaClient ?
To unsubscribe from this group and stop receiving emails from it, send an email to ve...@googlegroups.com.
Furthermore I'm building applications that mostly use kafka for persistent messaging because at the company I work for we need to meet regulations and keep all data to recover at a later point in time.
Our distributed system handles load of 100k rps and up using just vertx applications so the performance is quite good.
An other reason to consider vertx over something like spring could be that if you would want to create native applications in the future with vertx you can. Due to springs reflection heavy model it's far less easy to get this done using the framework.
For me this is important in the fear future for you it could just be a neat gimmick though but worth keeping in mind.
Eventbus is very nice to use but like in my case it's not required to work with message driven microservices.
The last thing I really like about working with vertx is the community which isn't as large as others but support is actually very good and quick.