Skip to content

Commit eee310a

Browse files
fix: update ignored diffs (#206)
* Modifying Publish example in README to match other examples given, and fix issue #6784 * fix: Modifying Publish example in README to match other examples, and fix Issue #11 * feat: Adding support for DLQs Adding delivery attempt count to PubsubMessages as a message attribute, and creating helper function to allow users to get the count without knowing implementation details. * Fix formatting * fix: making changes requested in pull request * fix: creating fix to not populate delivery attempt attribute when dead lettering is not enabled * Adding unit test for case in which a received message has no delivery attempt * Making MessageWaiter class more generic to also be used for outstanding ack operations * Waiting for acks to complete before shutting down a streaming subscriber connection * Fixing formatting error * fix: making sure all publishes complete before shutting down the publisher * adding default max outstanding request bytes * fix: make push endpoint valid https * fix: update ignored diffs
1 parent ee67ba7 commit eee310a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

java-pubsub/proto-google-cloud-pubsub-v1/clirr-ignored-differences.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@
1616
<className>com/google/pubsub/v1/*OrBuilder</className>
1717
<method>boolean has*(*)</method>
1818
</difference>
19-
</differences>
19+
<difference>
20+
<differenceType>7002</differenceType>
21+
<className>com/google/pubsub/v1/TopicName</className>
22+
<method>java.util.List toStrings(*)</method>
23+
</difference>
24+
<difference>
25+
<differenceType>7002</differenceType>
26+
<className>com/google/pubsub/v1/TopicName</className>
27+
<method>java.util.List parse(*)</method>
28+
</difference>
29+
</differences>

0 commit comments

Comments
 (0)