Closed
Description
Description
I am trying to use the framework to access read-only data stored in Elasticsearch. Taking the recommended approach, I started customizing the service layer only to realize there were a dozen or so create, update, and delete interfaces I needed to implement that were irrelevant to my use case. I think it would be nice if the service layer interface had a read-only interface that I could extend.