wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Add file based LevelDB message store #932

Closed Wishmitha closed 7 years ago

Wishmitha commented 7 years ago

Purpose

LevelDB store implementation for the message broker. Main purpose is improving data retrieving and storing performances of the broker.

Goals

Improve message broker store performances than the current RDBMS implementation.

Approach

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.