Chris Richardson

Results 128 issues of Chris Richardson

This page https://www.testcontainers.org/supported_docker_environment/windows/ describes how to configure WSL to support volume mapping. > Inside the WSL shell, modify the /ect/wsl.conf file to mount the Windows drives on / instead of...

client/docker-for-windows
type/docs
resolution/acknowledged

### Module Core ### Testcontainers version 1.16.2 ### Using the latest Testcontainers version? Yes ### Docker version ```shell Client: Docker Engine - Community Version: 20.10.14 API version: 1.41 Go version:...

type/bug

Is there an equivalent function that enables the output message to grab values from the input message?

enhancement

* kafka-consumer-groups --bootstrap-server kafka:29092 --reset-offsets appears not to support setting offsets of individual partitions. * This testing should be moved back to view support

https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/blob/1fea6510d127e1ca53a5d792550e6be4788daabd/build.gradle#L23

https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/blob/72503b5961c891891fa4a0ab02c245faef76a984/deployment/terraform_azure/azure_sql.tf#L30 e.g. create a job that runs `mcr.microsoft.com/mssql-tools` and has it execute a script that downloads and executes the SQL scripts. Terraform executes the job: https://www.terraform.io/docs/providers/kubernetes/r/job.html

https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/blob/73ccd4ad8a205c71ad1cd33494c189d23dda7c54/docker-compose-mssql-polling.yml#L114 e.g. Doesn't the CDC have sensible defaults for polling? ``` SPRING_DATASOURCE_TEST_ON_BORROW: "true" SPRING_DATASOURCE_VALIDATION_QUERY: SELECT 1 EVENTUATELOCAL_KAFKA_BOOTSTRAP_SERVERS: kafka:29092 EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING: zookeeper:2181 EVENTUATELOCAL_CDC_POLLING_INTERVAL_IN_MILLISECONDS: 500 EVENTUATELOCAL_CDC_MAX_EVENTS_PER_POLLING: 1000 EVENTUATELOCAL_CDC_MAX_ATTEMPTS_FOR_POLLING: 100 EVENTUATELOCAL_CDC_POLLING_RETRY_INTERVAL_IN_MILLISECONDS: 500 ```

question

* This problem first appeared when the CircleCI build was switched from Java 14 back to Java 8. * The containers always used Java 8 even when Maven was running...