Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to get License Key for Enterprise Features. #380

Open
nkamuo opened this issue Sep 24, 2024 · 2 comments
Open

Where to get License Key for Enterprise Features. #380

nkamuo opened this issue Sep 24, 2024 · 2 comments

Comments

@nkamuo
Copy link

nkamuo commented Sep 24, 2024

DynamicMessageChannelBuilder requires License Key, Which I cannot see where to get.
`
#[ServiceContext]
public function databaseRouteChannel()
{
// return DbalBackedMessageChannelBuilder::create('routing_routes');

    return [
        // normal Message Channels
        DbalBackedMessageChannelBuilder::create('routing_routes_aggregate'),
        DbalBackedMessageChannelBuilder::create('routing_routes_projection'),
        DbalBackedMessageChannelBuilder::create('routing_routes_notification'),
        // DbalBackedMessageChannelBuilder::create('tenant_b_channel'),

        DynamicMessageChannelBuilder::createRoundRobin(
            'routing_routes', // channel name to consume
            ['routing_routes_aggregate', 'routing_routes_projection', 'routing_routes_notification']
        ),
    ];
}

There are a couple of interesting features I want to use, especially those that have to do with scaling. And I keep getting this error message.
Dynamic message channels are available only as part of Ecotone Enterprise.
`

So, How do one migrate to the Ecotone Enterprise?

@dgafka
Copy link
Member

dgafka commented Oct 1, 2024

Hey @nkamuo,

It's not available for public access yet.
We will soon announce more details on this :)

@nkamuo
Copy link
Author

nkamuo commented Oct 2, 2024

Hey @nkamuo,

It's not available for public access yet.
We will soon announce more details on this :)

Hello @dgafka.
I look forward to it.

And thanks for making this amazing framework.🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants