Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. SERVICE_URL: "pulsar://pulsar:6650"
  2. CONSUME_TOPIC: "persistent://public/default/parsed-tweets-.*"
  3. PRODUCE_TOPIC: "persistent://public/default/hashtags"
  4. SUBSCRIPTION: "tweet-parsing"
  5. SLEEP_TIME: 20 # Sleep time BEFORE attempting to connect to a topic
  6. RETRIES: 5 # Number of attempts when connecting to a topic
  7. ASYNC: 1 # Use Pulsar async streaming (1:True, 0:False)
  8. STAT_RATE: 10000 # Rate at which stats are logged (stats logged per X messages received)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement