Skip to content
#

multi-tenant

Here are 110 public repositories matching this topic...

bagisto
duhenglucky
duhenglucky commented Jan 10, 2019

As interface shows below:

    /**
     * <p>
     * Send batch messages to server.
     *
     * @param messages messages to be sent.
     */
    void send(List<Message> messages);

This API can lead to multiple behaviors, such as sending to multiple partitions, or the same partition, so how should we define the behavior of this method?

And this issue exists in many places, suc

csakshaug
csakshaug commented Nov 5, 2019

Today the templates/gateway_config.yml includes many essential values. Some of them are exposed to overrides in init.yaml But several are not. I think the best approach is to have default possible to override all "changeable" values. For gateway config template we are almost there, the are three values sticking out. [L30-L32](https://github.com/openfaas-incubator/ofc-bootstrap/blob/6accd2fbe

Errorname
Errorname commented Dec 20, 2019

Currently, Prisma does not have a cross-database PrismaClient (See prisma/prisma-client-js#184).

This means that once we set a provider for the first tenant, all other tenants will have to use the same provider.

There is two ways to handle this issue:

  1. Wait for Prisma to have a cross-database Photon (not sure if/when this will happen)
  2. Use prisma-multi-tenant to add a datasource for

Improve this page

Add a description, image, and links to the multi-tenant topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-tenant topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.