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

Adding Hierarchical Actor support in actor bundle #79

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

AshayKing
Copy link

No description provided.


@Valid
private ConsumerConfig consumer;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AshayKing Can you please expose all other relevant fields as well like Retry strategy in the config.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

tokenList.add(childrenToken);

val routingKey = routingKeyGenerator.apply(tokenList.stream().map(String::valueOf).toList());
val currentChildrenDefaultData = Objects.nonNull(currentChildrenData.getDefaultData()) ?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current design is to have one common exchange for all the child tenants, however when talking in terms of isolation(lets say where it is an audit/legal requirement), will it be better to have isolation end to end like isolation of exchanges as well ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@AshayKing AshayKing changed the title Adding Multi Tenanr actor support in actor bundle Adding Hierarchical Actor support in actor bundle Aug 11, 2024
@NoArgsConstructor
public class HierarchicalActorConfig extends ActorConfig {

private boolean useParentConfigInWorker = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Document what this field means

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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

Successfully merging this pull request may close these issues.

3 participants