--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/fd46d684-91f0-43ba-af8d-4e83e8af54a0%40googlegroups.com.
What is the feature you are looking for?All peer discovery mechanisms have pretty extensive documentation, including the AWS one [1].I believe `autocluster.aws_autoscaling` simply indicates that tag-based discovery should be used.New style config format does not have or need an alternative, unlees you opt in to use autoscaling group discoveryit will assume that instance tags must be used [2].rabbitmq-autocluster is unsupported. I cannot recommend unsupported plugins over supported and well documented ones.
On Thu, Aug 1, 2019 at 12:30 AM Rod <rodrigo...@gmail.com> wrote:
--Hi,I'm in the attempt of migrating from RabbitMQ 3.6.10 to a 3.7.x versionIn the 3.6.10 we used rabbitmq-autocluster, and since I'm trying to jump to a newer RabbitMQ version, I will have to jump to rabbitmq-peer-discovery-awsWhen using rabbitmq-autocluster, we had in the rabbitmq.config file this, but I'm not sure how to migrate to the newer rabbitmq-peer-discovery-aws:{autocluster, [{autocluster_log_level, debug},{backend, aws},{aws_autoscaling, false},{aws_ec2_tags, [{"rabbit-cluster-id", "poc_name"}]},{aws_ec2_region, "us-east-1"}]},Some examples of different config for different features are here https://github.com/rabbitmq/rabbitmq-server/blob/master/docs/advanced.config.example but none of them for this feature that I am looking for.Another question would be: knowing that following plugins are deprecated in 3.7.x, If I tried to use rabbitmq-autocluster (and therefore rabbitmq_aws) with 3.7.x would them work? or they wouldn´t even be took in account?
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/fd46d684-91f0-43ba-af8d-4e83e8af54a0%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/d418a4e8-b828-4d22-b8fa-4b5eeca1ec99%40googlegroups.com.
First step would be to understand what you are trying to accomplish. A config is a statement of intent. What is your intent?There is no need to use classic config format with 3.7 peer discovery mechanisms. You would not gain anything.The configuration keys are not always the same, you have to oblige by the Erlang syntax and so on.`autocluster.autocluster_log_level` does not exist, all peer discovery logging uses the same log level as the rest of the system [1].`autocluster.backend` is covered in [2].`autocluster.aws_autoscaling` is not necessary unless you want to use ASGs.`autocluster.aws_ec2_region` is covered in [3]`autocluster.aws_ec2_tags` is covered in [4].New style config file is covered in [5][6].
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/d418a4e8-b828-4d22-b8fa-4b5eeca1ec99%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/0ab1d289-cf2f-49e4-8a1f-d8d45f0db483%40googlegroups.com.