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

Use isolated connection configurations in the output plugin #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h6ah4i
Copy link

@h6ah4i h6ah4i commented Sep 26, 2024

Modify to use isolated connection configurations for each plugin instance.

The previous implementation had an issue where incorrect connections were used due to ActiveRecord's connection pooling mechanism when the output plugin was used multiple times.

Modify to use isolated connection configurations for each plugin instance.
The previous implementation had an issue where incorrect connections were used
due to ActiveRecord's connection pooling mechanism when the output plugin
was used multiple times.

Signed-off-by: Haruki Hasegawa <[email protected]>
@h6ah4i h6ah4i force-pushed the fix/output-plugin-multiple-database-handling branch from aba0c65 to 9ce3b11 Compare September 26, 2024 14:50
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.

1 participant