mosche commented on a change in pull request #16947:
URL: https://github.com/apache/beam/pull/16947#discussion_r833608268



##########
File path: 
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sns/SnsResponseCoder.java
##########
@@ -30,7 +30,12 @@
 import org.apache.beam.sdk.coders.VarIntCoder;
 import 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.ImmutableList;
 
-/** Custom Coder for WrappedSnsResponse. */
+/**
+ * Custom Coder for WrappedSnsResponse.
+ *
+ * @deprecated Coder of deprecated {@link SnsResponse}.

Review comment:
       I was planning to turn on schema coders by default by removing all 
"legacy" `CoderProviderRegistrar`s and instead adding the 
general`SchemaProviderRegistrar` for all AWS models. Users can opt-out using 
schemas using the deprecated `withCoder` setting.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to