Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

organize the supported features section #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sparty02
Copy link

Organizing for readability and a better "at a glance" understanding of the state of what this SDK supports. As a follow-up, I'd like to propose re-organizing the maven modules under "protocols" and "formats" modules, but I can address that in a different PR if you agree with that change, which would look something like this:

├── api
├── benchmarks
├── bom
├── core
├── docs
├── examples
│   ├── amqp-proton
│   ├── basic-http
│   ├── kafka
│   ├── restful-ws-quarkus
│   ├── restful-ws-spring-boot
│   ├── spring-function
│   ├── spring-reactive
│   ├── spring-rsocket
│   └── vertx
├── formats
│   ├── avro
│   ├── json-jackson
│   └── protobuf
├── protocols
|   ├── amqp
|   ├── http
|   │   ├── basic
|   │   ├── restful-ws
|   │   ├── restful-ws-integration-tests
|   │   └── vertx
|   ├── kafka
├── spring
└── sql

Organizing for readability and a better "at a glance" understanding of the state of what this SDK supports.  As a follow-up, I'd like to propose re-organizing the maven modules under "protocols" and "formats" modules, but I can address that in a different PR if you agree with that change, which would look something like this:

```
├── api
├── benchmarks
├── bom
├── core
├── docs
├── examples
│   ├── amqp-proton
│   ├── basic-http
│   ├── kafka
│   ├── restful-ws-quarkus
│   ├── restful-ws-spring-boot
│   ├── spring-function
│   ├── spring-reactive
│   ├── spring-rsocket
│   └── vertx
├── formats
│   ├── avro
│   ├── json-jackson
│   └── protobuf
├── protocols
|   ├── amqp
|   ├── http
|   │   ├── basic
|   │   ├── restful-ws
|   │   ├── restful-ws-integration-tests
|   │   └── vertx
|   ├── kafka
├── spring
└── sql
```
Copy link
Member

@pierDipi pierDipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +40 to +41
| AMQP | :x: | :x: |
| - _[Proton](amqp)_ | :heavy_check_mark: | :heavy_check_mark: |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace the x with heavy_check_mark here since there is a binding implementation?

Suggested change
| AMQP | :x: | :x: |
| - _[Proton](amqp)_ | :heavy_check_mark: | :heavy_check_mark: |
| AMQP | :heavy_check_mark: | :heavy_check_mark: |
| - _[Proton](amqp)_ | :heavy_check_mark: | :heavy_check_mark: |

@pierDipi pierDipi added this to Review in progress in SDK Java Nov 14, 2021
@pierDipi pierDipi moved this from Review in progress to In progress in SDK Java Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
SDK Java
In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants