1 min readAug 29, 2018
Hey, I liked your article and read through it but I am missing a concrete example. From what I understood for topic naming you suggest something like
<message type>.<dataset name>.<data name>
lets say I am building a ui for hotel management software and I want my REST endpoint to communicate over kafka with a consumer whose only purpose is to store the change in the DB. To create a room I would name my topic:
ui.hotel.room.create
does this make sense?