Hi! A small question about a CRUD-like application in vertx using the eventbus. If I have CRUD, should I aim for creating 4 addresses, e.g. BOOK_CREATE, BOOK_UPDATE, BOOK_READ, BOOK_DELETE or should I just have a BOOK address and then write some kind of router when receiving messages on the BOOK address?