Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties


Project TitleImprovement in HLF-Connector, Hardening the production readiness aspects
Status

Status
colourBlueYellow
titleincomplete

Primary Focus

Status
colourGreen
titleCoding
   


Description 

The HLF-Connector is a project within the Hyperledger Labs community that provides a way to connect to and interact with Hyperledger Fabric Blockchain Networks from external applications using REST APIs & Kafka based Topics. This connector acts as a gateway between Fabric and non-Fabric applications, allowing external applications to securely read and write data to the Fabric blockchain through both synchronous and asynchronous modes of interaction. HLF-Connector provides a convenient and flexible way to integrate Fabric blockchain networks into external applications, allowing developers to build robust and secure decentralized applications that can interact with the Fabric network. 

Learning Objectives

  • Understand Hyperledger Fabric conceptually.
  • Learn enterprise integrations for practical usage of blockchain technology.
  • Become proficient in micro-service development.
  • Design API interfaces and work to scale by handling asynchronous interfaces.
  • Learn open source processes.
  • Work closely with community experts.

...

  • Design and implement new features in the connector.
  • Updating the usage documentation.

Objective

  1. E2E test suite for connector.
  2. JMS Queue listener serial transaction processing.
  3. Support for DLQ (Dead Letter Queue)
  4. Allow retry for transactions - REST API
  5. Support chaincode endorsement policy while chaincode approval and commit.
  6. Structured logging
  7. Usage Documentation

...