eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
117 stars 116 forks source link

Multitenancy #137

Open keilw opened 7 years ago

keilw commented 7 years ago

Currently the conference demo states, it supports "a conference" or "the conference", but does not seem to be multi-tenant, e.g. think of DevoXX with multiple conferences in different countries or other large conference series.

Please advise, if you know it's already supported and the documentation may just be outdated.

kenfinnigan commented 7 years ago

It's single tenant

The data is bootstrapped for a single conference, and there is no data model distinction for sessions and speakers for different conferences.

Ken

Sent from my iPhone

On Jan 24, 2017, at 07:18, Werner Keil notifications@github.com wrote:

Currently the conference demo states, it supports "a conference" or "the conference", but does not seem to be multi-tenant, e.g. think of DevoXX with multiple conferences in different countries or other large conference series.

Please advise, if you know it's already supported and the documentation may just be outdated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

keilw commented 7 years ago

I would consider that something to improve in the future, but probably not for 1.0. Would be nice to have some tickets assignable to Milestones ;-)

kenfinnigan commented 7 years ago

I would consider this request at the bottom in terms of what needs doing.

There are far more critical pieces to solve around microservices than this

keilw commented 7 years ago

Isn't Multitenancy a critical thing in the Cloud? ;-)

However there are more important and critical issues of this demo app before it can even enter a 1.0 release, so not the most urgent one I'd say.