mirror of
https://github.com/corda/corda.git
synced 2025-03-16 00:55:24 +00:00
healthCheckPhrase
which can be used for TCP Echo check (#1504)
* ENT-2636: Introduce ModeSelectingChannel Next step: Add an integration test. * ENT-2636: Explicitly retain/release ByteBuf * ENT-2636: Use ByteBuf API and stop using `java.nio.ByteBuffer` * ENT-2636: Add new optional FirewallConfiguration parameter * ENT-2636: Simplify implementation of ModeSelectingChannel * ENT-2610: Create integration test to check response on TCP call and fixes to ModeSelectingChannel * ENT-2610: Extend integration test fixes to ModeSelectingChannel Doesn't currently work well for longer messages. * ENT-2610: Extend integration test fixes to ModeSelectingChannel Doesn't currently work well for longer messages. * ENT-2610: Fixes to ModeSelectingChannel so it works well for longer messages. * ENT-2610: Reflect `healthCheckPhrase` from `FirewallConfiguration` onto `AMQPConfiguration` * ENT-2610: Incorporate review comments by @mnesbit * ENT-2636: Extend the test to drip feed bytes one-by-one. Also remove TRACE level packet logging for speed and log space reduction. Logging-wise the following printed into the log every time TCP echo performed: ``` [INFO] 11:03:16,016 [nioEventLoopGroup-5-1] logging.LoggingHandler.info - [id: 0x202c2137, L:/0:0:0:0:0:0:0:0:10001] READ: [id: 0x073fda76, L:/10.18.1.203:10001 - R:/10.18.1.203:59274] [INFO] 11:03:16,016 [nioEventLoopGroup-5-1] logging.LoggingHandler.info - [id: 0x202c2137, L:/0:0:0:0:0:0:0:0:10001] READ COMPLETE [INFO] 11:03:16,018 [nioEventLoopGroup-6-4] netty.AMQPChannelHandler.invoke - New client connection 073fda76 from /10.18.1.203:59274 to /10.18.1.203:10001 {allowedRemoteLegalNames=null, localCert=null, remoteAddress=/10.18.1.203:59274, remoteCert=null, serverMode=true} ```
Corda Enterprise
Corda Enterprise is R3's closed source patch set on top of Corda Open Source. It adds features and improvements that we plan to charge for.
Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Features
- Smart contracts that can be written in Java and other JVM languages
- Flow framework to manage communication and negotiation between participants
- Peer-to-peer network of nodes
- "Notary" infrastructure to validate uniqueness and sequencing of transactions without global broadcast
- Enables the development and deployment of distributed apps called CorDapps
- Written in Kotlin, targeting the JVM
Extra features
- Doorman
- SOCKS relaying
- Flow triage screen in Explorer
- No stupid jokes at startup
- SGX
Getting started
- Read the Getting Started documentation
- Run the Example CorDapp
- Read about Corda's Key Concepts
- Follow the Hello, World! tutorial
Useful links
- Project Website
- Mailing Lists
- Documentation
- Stack Overflow Tag
- Slack Channel
- Meetups
- Training Courses
Contributing
We welcome contributions to Corda! Please see our CONTRIBUTING.md.
License
Acknowledgements
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.
Languages
Kotlin
94.3%
Java
2.5%
C++
2.1%
Python
0.3%
Shell
0.3%
Other
0.3%