hivemq-community-edition icon indicating copy to clipboard operation
hivemq-community-edition copied to clipboard

Support multiple EmbeddedExtension

Open gcdd1993 opened this issue 3 years ago • 3 comments

Problem or use case

now EmbeddedHiveMQBuilder only allow use one embedded extension

  /**
   * Sets the {@link EmbeddedExtension} to the given argument.
   *
   * @param embeddedExtension the used embedded extension.
   * @return this builder.
   */
  @NotNull EmbeddedHiveMQBuilder withEmbeddedExtension(@Nullable EmbeddedExtension embeddedExtension);

Preferred solution or suggestions

Are there any plans to support multiple embedded extensions?

gcdd1993 avatar Jan 05 '21 08:01 gcdd1993

Hi @gcdd1993 There are no plans to support multiple embedded extensions. Can you please describe which use case you need this for?

SgtSilvio avatar Jan 05 '21 09:01 SgtSilvio

Hi @SgtSilvio If I develop more than one embedded extension, i just want to add all them to my embedded hivemq instance, instead of using them externally.

Can u provide a func like:

@NotNull EmbeddedHiveMQBuilder addEmbeddedExtension(@Nullable EmbeddedExtension embeddedExtension);

gcdd1993 avatar Jan 05 '21 11:01 gcdd1993

Are there any plans to support multiple embedded extensions?

zpaimon avatar May 23 '22 02:05 zpaimon

As there are no plans for supporting multiple embedded extensions, I will close this ticket.

DC2-DanielKrueger avatar Oct 20 '22 10:10 DC2-DanielKrueger