[doc] Fix sublist formatting in monasca_common/kafka_lib/NOTES.md

Change-Id: I465e3fd86b7875e51f5d9b0a82e106ede6787390
Closes-Bug: #1696786
This commit is contained in:
Emma Foley 2017-06-08 15:14:26 +00:00
parent e74ee18e00
commit a6648264cc
1 changed files with 3 additions and 5 deletions

View File

@ -9,12 +9,12 @@ There are a few levels of abstraction:
# Methods of producing
* Round robbin (each message to the next partition)
* Round robin (each message to the next partition)
* All-to-one (each message to one partition)
* All-to-all? (each message to every partition)
* Partitioned (run each message through a partitioning function)
** HashPartitioned
** FunctionPartition
* HashPartitioned
* FunctionPartition
# Possible API
@ -28,5 +28,3 @@ There are a few levels of abstraction:
consumer.commit() # commit it
for msg in consumer.iter_messages():
print msg