spark-rabbitmq icon indicating copy to clipboard operation
spark-rabbitmq copied to clipboard

Wrong variable name in test demo

Open steelxiang opened this issue 6 years ago • 0 comments

val receiverStream = RabbitMQUtils.createStream(ssc, Map( "hosts" -> hosts, "queueName" -> queueName, "exchangeName" -> exchangeName, "exchangeType" -> exchangeType, "vHost" -> vHost, "userName" -> userName, "password" -> password ))

vhost is wrong The correct variable name is virtualHost

steelxiang avatar Nov 03 '18 12:11 steelxiang