Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@victorarias
Created March 21, 2018 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorarias/488737066f6c633c07352a969160432c to your computer and use it in GitHub Desktop.
Save victorarias/488737066f6c633c07352a969160432c to your computer and use it in GitHub Desktop.
Starting polling from Java bids consumer:
key: 4, payload: {"bid_amount":4,"producer_id":"producer_1"}
key: 9, payload: {"bid_amount":9,"producer_id":"producer_2"}
key: 6, payload: {"bid_amount":12,"producer_id":"producer_1"}
key: 9, payload: {"bid_amount":18,"producer_id":"producer_2"}
key: 5, payload: {"bid_amount":15,"producer_id":"producer_2"}
key: 8, payload: {"bid_amount":24,"producer_id":"producer_1"}
key: 2, payload: {"bid_amount":8,"producer_id":"producer_1"}
key: 6, payload: {"bid_amount":24,"producer_id":"producer_2"}
key: 2, payload: {"bid_amount":10,"producer_id":"producer_1"}
key: 7, payload: {"bid_amount":35,"producer_id":"producer_2"}
key: 9, payload: {"bid_amount":54,"producer_id":"producer_1"}
key: 3, payload: {"bid_amount":18,"producer_id":"producer_2"}
key: 2, payload: {"bid_amount":14,"producer_id":"producer_2"}
key: 4, payload: {"bid_amount":28,"producer_id":"producer_1"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment