spring-cloud / spring-cloud-contract

Support for Consumer Driven Contracts in Spring
https://cloud.spring.io/spring-cloud-contract
Apache License 2.0
718 stars 439 forks source link

Equivalent of fromRequest() for messaging contracts? #478

Open cer opened 6 years ago

cer commented 6 years ago

Is there an equivalent function that enables the output message to grab values from the input message?

marcingrzejszczak commented 6 years ago

Hmm AFAIR there's not. But that's a valid requirement. I'll try to add it for 2.0.0

cer commented 6 years ago

cool. What's the ETA 2.0.0?

On Fri, Dec 1, 2017 at 9:15 AM, Marcin Grzejszczak <notifications@github.com

wrote:

Hmm AFAIR there's not. But that's a valid requirement. I'll try to add it for 2.0.0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spring-cloud/spring-cloud-contract/issues/478#issuecomment-348553446, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPB2hID-bh2B2O7J2xdbkkqLzcboOAKks5s8DQzgaJpZM4QypVI .

-- Learn microservices - http://learnmicroservices.io Microservices application platform http://eventuate.io

marcingrzejszczak commented 6 years ago

27.02 (at least for now) - https://github.com/spring-cloud/spring-cloud-release/milestones

hectoryo commented 4 years ago

Any update on this? I'm facing the same requirement