You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but than, if I count the number of message in my RDD, rabbitMQStream.count() I got only 39.843 messages ...
No error in the logs ! I have no idea where my missing lines are :/
I tried to play with all the options (ackType, fairDispatch, prefetchCount, maxReceiveTime, maxRate, levelParallelism, maxMessagesPerPartition & backpressure). None fixed the problem.
Has anyone encountered the same error and how did you fix it ?
BTW, the old Receiver-based Approach works fine !!!
Duplicate of #57 ?
The text was updated successfully, but these errors were encountered:
Hello guys,
When we have less than 5.000 messages / minutes, it works fine ...
But as soon as the traffic increase, I got some message lost (~3%)
Description
https://github.com/Stratio/Spark-RabbitMQ/blob/8d485890e7e0ea6ee03faddfd1ad80e10840af14/src/main/scala/org/apache/spark/streaming/rabbitmq/distributed/RabbitMQRDD.scala#L217
rabbitMQStream.count()
I got only 39.843 messages ...No error in the logs ! I have no idea where my missing lines are :/
I tried to play with all the options (ackType, fairDispatch, prefetchCount, maxReceiveTime, maxRate, levelParallelism, maxMessagesPerPartition & backpressure). None fixed the problem.
Has anyone encountered the same error and how did you fix it ?
BTW, the old Receiver-based Approach works fine !!!
Duplicate of #57 ?
The text was updated successfully, but these errors were encountered: