Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add reactive Stream dependency #557

Closed
joshlong opened this issue Dec 14, 2017 · 3 comments
Closed

please add reactive Stream dependency #557

joshlong opened this issue Dec 14, 2017 · 3 comments
Assignees

Comments

@joshlong
Copy link
Contributor

This is necessary if you want to use the Reactor support with Spring Cloud Stream.

cc @mbogoevici @smaldini

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-stream-reactive</artifactId>
</dependency>
@snicoll
Copy link
Contributor

snicoll commented Dec 14, 2017

@joshlong we usually don't add single dependency to Initializr (and Spring Cloud Stream itself isn't covered anymore). Am I missing something?

@snicoll snicoll added the status: waiting-for-feedback We need additional information before we can continue label Dec 14, 2017
@joshlong
Copy link
Contributor Author

Spring Cloud Stream is covered? I'm not sure what you mean. I am able to use it for Sleuth Stream and Zipkin Stream and the Stream RabbitMQ binders.

would appreciate having that dependency surfaced as people may not know they need it. thanks in advance..

@snicoll
Copy link
Contributor

snicoll commented Dec 14, 2017

It is a hard line to draw but anything that can be added as a single dependency (not starter) isn't a great candidate. We may reconsider this principle in the future (and I am happy to) but we need to have that discussion first.

@snicoll snicoll closed this as completed Dec 14, 2017
@snicoll snicoll added status: declined and removed status: waiting-for-feedback We need additional information before we can continue labels Dec 14, 2017
@snicoll snicoll reopened this Feb 14, 2018
@snicoll snicoll self-assigned this Feb 14, 2018
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
snicoll added a commit to snicoll/initializr that referenced this issue Feb 14, 2018
This commit restructures the cloud messaging group by removing binder
specific checkbox for Spring Cloud Bus and Spring Cloud Stream. A new
"Messaging" group is added with RabbitMQ, Kafka and JMS.

To create a new cloud messaging project, the user should now select the
technology and a binder. To support Spring Cloud Stream with Kafka
streams, a dedicated "Kafka Streams" has been introduced.

Closes spring-iogh-557
sayeedap pushed a commit to sayeedap/initializr that referenced this issue Sep 16, 2022
Fix spring-io#534. Adding Authorization logic in the C# api template class for JWT Bearer authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants