Config Options #77
-
|
Hi again! Got this working well, appreciate all the help in previous posts :) and apologies for continuing the question onslaught!... Is there a list somewhere of all the config options allowed? Right now my config looks like this: production: primary_replica: In the old makara setup we had some of this stuff: Just curious if you have any helpful additions, or where I should go to see all the options! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello again @jackcb123. First, I would appreciate if you could start using the "Discussions" section of the repo to ask your questions moving forward as the issues tab is meant for reporting bugs or security vulnerabilities. Here's what you're looking for:
Makara's These makara options don't have an equivalent option for ARPA:
If blacklisting and load balancing are important to you, you can implement a custom adapter and a custom proxy to add that functionality. I should mention that, while this gem is inspired by makara, it is not a hot swap replacement. Not all features are supported, config options are set differently and we don't read any configs from If you're interested in the source code for the config, here it is: https://github.com/Nasdaq/active_record_proxy_adapters/blob/main/lib/active_record_proxy_adapters/configuration.rb#L9 |
Beta Was this translation helpful? Give feedback.
-
|
This issue was actually related to #78 so can be closed. |
Beta Was this translation helpful? Give feedback.
Hello again @jackcb123.
First, I would appreciate if you could start using the "Discussions" section of the repo to ask your questions moving forward as the issues tab is meant for reporting bugs or security vulnerabilities.
Here's what you're looking for:
Makara's
primary_ttlis equivalent to ARPA'sproxy_delaybut we expect…