Description
As part of a personal (pet) blacklist project, I want in an extension to write a Cassandra storage interface for my BlackList interface.
As such I plan to write a CassandraModule defining a new table, and use injected Cassandra driver Session to read/write data on top of Cassandra.
However, my extension CassandraModule will not be part of the James managed one: I will have to create manually my tables so far, (in production and in integration tests).
Thus I propose to open registration of CassandraModule to distributed James server extensions.
Attachments
Issue Links
- is related to
-
JAMES-3018 How to develop an new app depend on Apache james?
- Resolved