mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 18:48:51 +00:00
809f042353
Fixed Site-to-Site Transit URI for HTTP to be consistent with RAW socket. - Removed url from CommunicationsSession since it's redundant as we have Peer.url, too. The value was not used from anywhere other than HTTP Site-to-Site. - Added createTransitUri method in Communicant interface, so that implementation can customize transitUri while providing consistent interface.