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

GH-1465: Part II - Super Stream SAC #1501

Merged
merged 1 commit into from Sep 7, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #1465

Add support for single active consumers on super streams.

Stop containers in test.

Use Snapshot Repo

Use snapshot repo; use TestContainers.

Resolves spring-projects#1465

Add support for single active consumers on super streams.

Stop containers in test.

Use Snapshot Repo

Use snapshot repo; use TestContainers.
@@ -105,7 +105,7 @@ allprojects {
maven { url 'https://repo.spring.io/libs-milestone' }
if (version.endsWith('-SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
// maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be there is just enough to remove this repo altogether?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem is remembering where it is the next time I have to use a snap.

@artembilan artembilan merged commit 02f0386 into spring-projects:main Sep 7, 2022
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

Successfully merging this pull request may close these issues.

RabbitMQ Super Streams with Single Active Consumer
2 participants