jamesforwardnwboxed
jamesforwardnwboxed
**Describe the bug** Using `spring-boot-starter-gateway` with `3.3.5` spring boot version and `2023.0.3` spring cloud version, everything works as expected and all of our requests are routed. We have discovered upgrading...
PagerDuty provider version: 3.26.0 I have a `pagerduty_incident_workflow_trigger` that looks like the following: ``` resource "pagerduty_incident_workflow_trigger" "my_auto_trigger" { type = "conditional" workflow = pagerduty_incident_workflow.my_workflow["normal"].id subscribed_to_all_services = false services = sort([for...
Right now this PR allows globally setting values in `data-source-properties`, via `global.datasources.data-source-properties`. We find this to be extremely helpful when enforcing organisational standards - for example, providing helm charts which...
Given the following resource: ``` resource "pagerduty_incident_workflow_trigger" "some_trigger" { type = "conditional" workflow = pagerduty_incident_workflow.incident_workflow.id subscribed_to_all_services = false services = sort([for service_name in local.auto_trigger_service_names : data.pagerduty_service.auto_trigger_services[service_name].id]) # uses PCL language:...
### Issue description Hi. I'm trying to migrate a Spring Boot based app to Micronaut. In Spring, we can do the following: ``` @Bean public StreamsBuilderFactoryBean someKStreamBuilder(KafkaProperties kafkaProperties) { String...
### Issue description Looking at: https://micronaut-projects.github.io/micronaut-kafka/latest/guide/#kafkaOffsets We can see that `SYNC` says `Commits offsets manually at the end of each poll() loop if no exceptions occur. Sets enable.auto.commit to false`...