sclukas77 commented on a change in pull request #12266:
URL: https://github.com/apache/beam/pull/12266#discussion_r456065229



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubsubSchemaCapableIOProvider.java
##########
@@ -264,4 +265,22 @@ private static boolean fieldPresent(
               schema.getField(field).getType(), 
Schema.EquivalenceNullablePolicy.IGNORE);
     }
   }
+
+  @Internal
+  @AutoValue
+  public abstract static class Config implements Serializable {
+    @Nullable
+    public abstract String getTimestampAttributeKey();
+
+    @Nullable
+    public abstract String getDeadLetterQueue();
+
+    private boolean useDlqCheck() {

Review comment:
       Done




----------------------------------------------------------------
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.

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


Reply via email to