spring-cloud-contract VS stubr

Compare spring-cloud-contract vs stubr and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
spring-cloud-contract stubr
1 2
703 58
0.6% -
9.2 5.6
about 1 month ago 23 days ago
Java Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

spring-cloud-contract

Posts with mentions or reviews of spring-cloud-contract. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-02.
  • stubr: Wiremock in Rust
    4 projects | /r/rust | 2 Apr 2021
    A few weeks ago I was another victim of the RIIR (Rewrite It In Rust) agenda. I got inspired by the awesome wiremock-rs. At first sight, I saw it hadn't the ability to start a mock server from json stubs. That's the kind of functionality I'm intensively using in my daily job of Java developer ; may it be for contract testing with Spring Cloud Contract or for mocking external services in integration (sometimes perf) tests.

stubr

Posts with mentions or reviews of stubr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-02.
  • Bringing in contract testing !
    1 project | /r/rust | 5 Dec 2022
    Stubr is producer-driven. Why ? One one hand, being producer-driven allows you to write a contract only once, on the producer side and to reuse it. On the other hand, consumer-driven, while being more flexible, requires the contract to be written for each consumer. It prevents reuse and is more verbose to write and cumbersome to maintain as it requires some complex CI workflows to test the latest consumer contracts on a live instance of the producer.
  • stubr: Wiremock in Rust
    4 projects | /r/rust | 2 Apr 2021
    I also set up an incremental benchmark to track down progresses made in each version of stubr. I also did a (very naive) benchmark of stubr against the original Java Wiremock here. Though too simple and not very objective (Wiremock not optimized at all), it still highlights a mean cpu usage divided by 4 and a mean memory usage divided by 100+ more a slightly better and steadier throughput.

What are some alternatives?

When comparing spring-cloud-contract and stubr you can also consider the following projects:

microservices-java-grpc - Java microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Java" :-)

wiremock-rs - HTTP mocking to test Rust applications.

Springy-Store-Microservices - Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.

spring-cloud-kubernetes - Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...

apollo - Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

spring-cloud-vault - Configuration Integration with HashiCorp Vault

hazelcast-kubernetes - Kubernetes Discovery for Hazelcast

SpringCloud-Learning - Spring Cloud基础教程,持续连载更新中

clap-rs - A full featured, fast Command Line Argument Parser for Rust