After running the command above, you will not observe any result because the messages were published to the Topic before the Consumer was connected. To read the Topic from the beginning, you need to call the same command adding the --from-beginning parameter.
Read all the additional message attributes, you need to add few parameters to the command from the previous point: --property print.offset=true --property print.partition=true --property print.headers=true --property print.timestamp=true --property print.key=true --property key.separator="-".