emqx/apps/emqx_mongodb
Thales Macedo Garitezi 3c8f591cc4 fix(mongodb): hide `topology.pool_size` and fix it at 1
Fixes https://emqx.atlassian.net/browse/EMQX-10408

From an old conversation with @kjellwinblad:

> There are 3 pool_sizes
> - The buffer workers pool size, just exposed here: https://github.com/emqx/emqx/pull/9742
> - The topology.pool_size, which controls the pool size for the poolboy_pool in Kjell's
  diagram (on mongodb's side).
> - The pool_size from emqx_connector_mongo:mongo_fields that controls the ecpool pool
  size (on EMQX's side).
> So we actually want to set topology.pool_size = 1 and hide it from users.
2023-06-30 10:17:33 -03:00
..
src fix(mongodb): hide `topology.pool_size` and fix it at 1 2023-06-30 10:17:33 -03:00
test test: start emqx_mongodb when running the MongoDB tests 2023-06-28 08:03:41 +02:00
README.md refactor: the MongoDB connector into its own application 2023-06-26 14:32:59 +02:00
docker-ct refactor: the MongoDB connector into its own application 2023-06-26 14:32:59 +02:00
rebar.config refactor: the MongoDB connector into its own application 2023-06-26 14:32:59 +02:00

README.md

MongoDB Connector

This application houses the MongoDB connector. The MongoDB connector is used by emqx_authz, emqx_authn and emqx_bridge_mongodb applications to connect to MongoDB.

Contributing

Please see our contributing.md.

License

Apache License, Version 2.0

See APL.txt.