The Pact Broker is an HTTP service that allows teams to exchange consumer contracts for HTTP (and other) services that have been created by the Pact tool.
Questions tagged [pact-broker]
70 questions
0
votes
1 answer
Unable to verify https endpoint with pact-jvm-provider-maven_2.11 in pact broker
This is my pom snippet for service providers
StoreSite
https
…

JINESH A
- 1
- 2
0
votes
1 answer
Using Pact Framework for MSA using SDKs
I am trying to introduce Pact in our company. However the consumer calls APIs using providers SDKs and the host-port is dynamically determined using Kubernetes. I am new to all this backend technology so trying to understand how do we deal with this…

PaChSu
- 297
- 3
- 13
0
votes
2 answers
Pact File upload to pact broker failing
Issue of "Failed to read pacts: NullPointerException" while uploading pact file into the pact broker. Below is my stack trace and POM file details.
Please help.
Below is my stack trace
[INFO] loading pacts from target/pacts
[INFO] found pact…

PaChSu
- 297
- 3
- 13
0
votes
1 answer
pactbroker docker image connection issue with non-dockerized postgresql
I am using pact broker docker image present in
the same image is present in
I am not using docker image of postgresql. I have my own Postgres server hosted in
172.15.16.23 (local ip), port 5432 , admin usaer as pactbrokeruser and password as…

Shirshendu Saha
- 17
- 3
0
votes
1 answer
pact-broker docker image is not running after restarting docker machine
I am using Postgres image and past broker image in my docker machine for setting up pact broker.
here are 4 steps that have mentioned :
1.$ docker run --name pactbroker-db -e POSTGRES_PASSWORD=ThePostgresPassword -e POSTGRES_USER=admin -e…

Shirshendu Saha
- 17
- 3
0
votes
1 answer
Getting messages "dius/pact_broker docker image is deprecated" in Pact broker browser
I am using PAct broker docker image and Postgres docker image for my PAct broker. Until last week it was working fine. Today I have deleted the pack broker docker container and images and downloaded it fresh from dius/pact-broker. after that I am…

Shirshendu Saha
- 17
- 3
0
votes
1 answer
multiple pact version support from PACT-Broker
I am using JUnit for generating Pacts and Pacts maven plugin to post the pact into pact broker.
I am using below plugin Configuration
au.com.dius
…

Shirshendu Saha
- 17
- 3
0
votes
1 answer
Pact not working for SOAP messages
I am working on passing a SOAP envelop for the pact. As per my understanding PACT supports XML so I wanted to give a try with SOAP message.I have created a sample change student CXF service in Java. Following is my pact test
public PactFragment…
0
votes
1 answer
I am using pactnet and want to post the contract to pack broker
I am having a pact file generated by using pactNet(I am a C# programmer), now how do I post the pact file to pact-broker.
I have done a lot of reading using Curl, ruby and java (with Gradle) for this purpose but did not see anything equivalent for…

MattCoder
- 1
- 1
0
votes
1 answer
How can I run Pact Broker with postgres in Kubernetes?
Am taking this as sample microservice consumer & provider
https://github.com/anha1/microservices-pact-maven
Packbroker Docker
https://github.com/DiUS/pact_broker-docker
How to deploy and run the pact_broker with postgres in Kubernetes?
I have…

Nandess
- 25
- 1
- 10