Closed Wishmitha closed 7 years ago
LevelDB store implementation for the message broker. Main purpose is improving data retrieving and storing performances of the broker.
Improve message broker store performances than the current RDBMS implementation.
Implemented message store related methods which are defined in MessageStore interface. Used org.iq80.leveldb API for the implementation.
Yet to complete the implementation for expire messages.
Purpose
Goals
Approach
Yet to complete the implementation for expire messages.