Storm-kafka is born to partition level ordering, it means every application is partition level ordering(unless you buffer the message in memory and change the order), so no configuration need to add for ordering.
Thanks, lujinhong > 在 2016年5月27日,23:39,Raja.Aravapalli <[email protected]> 写道: > > Hi > > I know, storm doesn't guarantee total ordering gurantee for kafka topics, but > see in many documents, storm guarantees consumption/processing the messages > maintaining the order at partition level. > > I am looking for a sample storm topology, that consumes/processes the > messages of a kafka topic maintaining the order of messages at a kafka > partition level.. NOT Total Order!! ONLY partition level ordering guarantee. > > please share if you know any sample application. Thanks a lot!! > > > > -Raja.
