Skip to content

Conversation

@MatejNedic
Copy link
Member

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Introduction of SnsAsyncTemplate for async notification sending.

💡 Motivation and Context

Closes #1568

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added component: sns SNS integration related issue type: documentation Documentation or Samples related issue labels Feb 6, 2026
* @author Gyozo Papp
* @author Matej Nedic
*/
public class SnsHeaderConverterUtil {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can it be package private? (in general i don't like util classes but i don't like them even more when they are public ;))

Copy link
Member Author

Choose a reason for hiding this comment

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

Since DefaultSnsPublishMessageConverter is in package io.awspring.cloud.sns.core.async and TopicChannel is in io.awspring.cloud.sns.core

i would have to move them to same package

# Conflicts:
#	spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/sns/SnsAutoConfiguration.java
#	spring-cloud-aws-autoconfigure/src/test/java/io/awspring/cloud/autoconfigure/sns/SnsAutoConfigurationTest.java
#	spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/SnsHeaderConverterUtil.java
@MatejNedic
Copy link
Member Author

Updated PR comments and resolved conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: sns SNS integration related issue type: documentation Documentation or Samples related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow the SnsTemplate to support the SnsAsyncClient over the SnsClient (sync)

2 participants