gianm opened a new pull request, #18194:
URL: https://github.com/apache/druid/pull/18194

   This patch adds the following:
   
   1) TestcontainerResource that wraps testcontainers.
   
   2) MariaDBMetadataResource that adds a MariaDB metadata store, and a test
      EmbeddedMariaDBMetadataStoreTest that uses it.
   
   3) Rename EmbeddedKafkaServer to KafkaResource, and switch it to use a
      Kafka 4.0 container instead of an in-process Kafka.
   
   To simplify the code a bit, this patch also adds a configureCluster method 
to EmbeddedResource, which can be used by resources to configure a cluster 
after they are started. It avoids needing to pass the cluster to the resource's 
constructor, which would make instantiation awkward.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to