Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ```java
  2. Consumer<String> consumer = client.newConsumer(Schema.STRING)
  3. .topic("my-topic")
  4. .subscriptionName("my-subscription")
  5. .replicateSubscriptionState(true)
  6. .subscribe();
  7. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement