Skip to content

Commit

Permalink
Fix subscription key value type.
Browse files Browse the repository at this point in the history
  • Loading branch information
lacourte committed Oct 23, 2023
1 parent 3491e90 commit d9fd9e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean initiatePublisherWithDomainsAndSharedBroker(String domains,
PRIORITY, new NamedValueList(), shared).getStub();

AttributeList keyValues = new AttributeList();
keyValues.add("myValue");
keyValues.add(new Identifier("myValue"));

updateList = new TestUpdateList();
updateList.add(new TestUpdate(new Integer(0)));
Expand Down

0 comments on commit d9fd9e4

Please sign in to comment.