Github user jnadler commented on the issue:

    https://github.com/apache/spark/pull/15132
  
    Just had first run that is basically working.   The change to stop shading 
Guava in Spark 2.x was a challenge.   One thought, maybe PerPartitionConfig 
should be Serializable.  I had to add Serializable anonymously:
    
    `val ppc = new PerPartitionConfig with Serializable {
          def maxRatePerPartition(tp: TopicPartition) = 100
        }`
    
    I'll do more testing with varied maxRates and with backpressure enabled and 
post results here by tomorrow.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to