Marc DiPasquale

Results 11 issues of Marc DiPasquale

Proposing addition of a Spring Cloud Streams Guide using a partner maintained binder.

Consider back porting #2570 to v3. The reason for this is because in SCSt v3 a developer was/is able to use `@ServiceActivator` to configure error handlers to either globally handle...

#### Describe the bug When using this code generator template it was spitting out an unclear error with the attached file [asyncapi.zip](https://github.com/asyncapi/java-spring-cloud-stream-template/files/10396212/asyncapi.zip). However once you remove the `products` part of...

bug
stale

## Describe the bug "Dispatcher has no subscribers" error when using the `--reactive=true`. This does not occur if using `--reactive=false` ## How to Reproduce Steps to reproduce the issue. Attach...

bug

It seems that if a Solace binder can not connect to a broker when starting up that it prevents the entire Spring Boot app from starting. In most cases this...

enhancement
tracked

The Spring Cloud Stream Starter docs tell you to use the static variable values for specifying things like `queueAccessType`, but you can't actually use those (such as EndpointProperties.ACCESSTYPE_NONEXCLUSIVE) in the...

documentation
enhancement

The solace cloud stream binder doesn't seem to respect a kill request prior to being connected. This is not ideal when developing in an IDE (This happens in eclipse and...

bug

Doc enhancement on Cloud Stream Binder docs: Please specify that `queueQuota` and `errorQueueQuota` are message size (not message count) and MB (I believe?) in this section: https://github.com/SolaceProducts/solace-spring-cloud/tree/master/solace-spring-cloud-starters/solace-spring-cloud-stream-starter#solace-consumer-properties

documentation

Whoever owns codelabs now can you work to get the Google Group unbanned? https://groups.google.com/g/codelab-authors?pli=1

Consider expanding the Spring Boot JMS autoconfig to use the `solace.java` credential properties if `solace.jms` ones are not specified. This would allow for an app that uses Spring Boot JMS...