Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default Empty Map for PF configurationProperties
The default behavior was to throw an `UnsupportedOperationException` which effectively makes the `MockProducerFactory` unusable without subclassing, e.g. in `spring-integration-kafka`, which calls that method to examine some properties. Change the default behavior to return an empty map.
- Loading branch information