CN112486625B - Service fusion method based on service fusion middleware - Google Patents

Service fusion method based on service fusion middleware Download PDF

Info

Publication number
CN112486625B
CN112486625B CN202011138024.5A CN202011138024A CN112486625B CN 112486625 B CN112486625 B CN 112486625B CN 202011138024 A CN202011138024 A CN 202011138024A CN 112486625 B CN112486625 B CN 112486625B
Authority
CN
China
Prior art keywords
service
fusion
middleware
interface
method based
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011138024.5A
Other languages
Chinese (zh)
Other versions
CN112486625A (en
Inventor
郭兴健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Chinasoft International Information Technology Co ltd
Original Assignee
Beijing Chinasoft International Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Chinasoft International Information Technology Co ltd filed Critical Beijing Chinasoft International Information Technology Co ltd
Priority to CN202011138024.5A priority Critical patent/CN112486625B/en
Publication of CN112486625A publication Critical patent/CN112486625A/en
Application granted granted Critical
Publication of CN112486625B publication Critical patent/CN112486625B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/4557Distribution of virtual machine instances; Migration and load balancing

Abstract

The invention relates to a service fusion method based on service fusion middleware, which comprises the following steps: all service lists in the current system are acquired through a management service interface of K8s and a service query interface of Eureka, and the acquired service lists are fused into universal services through a service fusion middleware and are used for calling the universal services mutually across service scheduling platforms so as to realize service calling fusion. The invention solves the problems that when the old architecture exists and the new architecture system is required to be introduced, the old architecture is prevented from being transformed or reconstructed, and the new problem and the transformation cost are prevented from being introduced due to the transformation. The service call between the two platforms can be smoothly connected. And the whole system is packaged into a whole. Convenient for management and external open platform capability.

Description

Service fusion method based on service fusion middleware
Technical Field
The invention belongs to the technical field of service invocation, and particularly relates to a service fusion method based on a service fusion middleware.
Background
The prior art architecture is based on the Docker et al container technology and cannot be fully compatible with the traditional micro-service registration discovery mechanism. And compatibility to non-Linux and Unix operating systems such as Windows server and the like is not perfect due to the limitation of container technology at present.
SpringCloud is an ordered collection of frames that has the problem of being applied to older architecture applications such as: applications developed using SpringMVC are not friendly enough and require modification of call patterns between the original services to be compatible. Is somewhat invasive to the original service.
Referring to fig. 1, the existing two service platforms are isolated, and service management is separated, so that the service management needs to be performed in two ways. Calls between platforms need to be compatible with each other. There is no unified call mode.
Disclosure of Invention
The invention aims to provide a service fusion method based on service fusion middleware, which solves the service call gap between old applications and new applications so as to be compatible with the call scenes of various applications, realizes service call like micro service registration discovery on the basis of not invading the original applications, realizes the fusion of the old applications and the new applications, can reduce the transformation cost of the original applications, and smoothly introduces a new technical architecture.
The invention provides a service fusion method based on a service fusion middleware, which comprises the following steps:
all service lists in the current system are acquired through a management service interface of K8s and a service query interface of Eureka, and the acquired service lists are fused into universal services through a service fusion middleware and are used for calling the universal services mutually across service scheduling platforms so as to realize service calling fusion.
Further, the method further comprises:
and calling the universal service as a unified service interface to a third party to realize service integration across service platforms.
Further, the method further comprises:
and providing a service list query interface after fusion for a network management system or a service state display system to check all service states in the current system.
By means of the scheme, through the service fusion method based on the service fusion middleware, when an old architecture exists and a new architecture system is required to be introduced, reconstruction or reconstruction of the old architecture is avoided, and new problems and reconstruction cost caused by reconstruction are avoided. The service call between the two platforms can be smoothly connected. And the whole system is packaged into a whole. Convenient for management and external open platform capability.
The foregoing description is only an overview of the present invention, and is intended to provide a more thorough understanding of the present invention, and is to be accorded the full scope of the present invention.
Drawings
FIG. 1 is a schematic diagram of a prior art service call between an old application and a new application;
fig. 2 is a schematic diagram of a service fusion method based on service fusion middleware of the present invention.
Detailed Description
The following describes in further detail the embodiments of the present invention with reference to the drawings and examples. The following examples are illustrative of the invention and are not intended to limit the scope of the invention.
Term interpretation:
kubernetes, abbreviated as K8s, is an abbreviation that replaces 8 characters "kubernete" with 8. Is an open source for managing containerized applications on multiple hosts in a cloud platform, and the goal of Kubernetes is to make deploying containerized applications simple and efficient (powerful), which provides a mechanism for application deployment, planning, updating, and maintenance.
Service management in K8 s: a plurality of containers of the same type are combined into an external unified service interface. And monitors the health of each application instance (each container application) in Service. And is not invasive to the application within the container.
SpringCloud: is an ordered set of a series of frames. The development convenience of Spring Boot is utilized to skillfully simplify the development of the infrastructure of the distributed system, such as service discovery registration, a configuration center, a message bus, load balancing, a circuit breaker, data monitoring and the like. This is mainly directed to the description of service governance capabilities. This embodiment is directed to a SpringCloud Eureka architecture service governance framework.
Referring to fig. 2, this embodiment provides a service fusion method based on service fusion middleware, including:
all service lists in the current system are acquired through a management service interface of K8s and a service query interface of Eureka, and the acquired service lists are fused into universal services through a service fusion middleware and are used for inter-service cross-service scheduling platform (K8 s and Eureka) mutual calling among the universal services so as to realize service call fusion.
In this embodiment, the method also calls external services, namely:
and calling the universal service as a unified service interface to a third party to realize service integration across service platforms.
In this embodiment, the method serves list query, namely:
and providing a service list query interface after fusion, and allowing a network management system or a service state display system to check all service states in the current system so as to realize unified display without respectively acquiring from different service platforms.
The service fusion method based on the service fusion middleware solves the problems that when an old architecture exists and a new architecture system is required to be introduced, the old architecture is prevented from being transformed or reconstructed, and new problems and transformation cost are prevented from being introduced due to transformation. The service call between the two platforms can be smoothly connected. And the whole system is packaged into a whole. Convenient for management and external open platform capability.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, and it should be noted that it is possible for those skilled in the art to make several improvements and modifications without departing from the technical principle of the present invention, and these improvements and modifications should also be regarded as the protection scope of the present invention.

Claims (1)

1. The service fusion method based on the service fusion middleware is characterized by comprising the following steps of:
acquiring all service lists in the current system through a management service interface of K8s and a service query interface of Eureka, and fusing all acquired service lists into universal services through a service fusion middleware for inter-service dispatch platform mutual call among the universal services so as to realize service call fusion;
the universal service is used as a unified service interface to be called to a third party, so that service integration across service platforms is realized;
and providing a service list query interface after fusion for a network management system or a service state display system to check all service states in the current system.
CN202011138024.5A 2020-10-22 2020-10-22 Service fusion method based on service fusion middleware Active CN112486625B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011138024.5A CN112486625B (en) 2020-10-22 2020-10-22 Service fusion method based on service fusion middleware

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011138024.5A CN112486625B (en) 2020-10-22 2020-10-22 Service fusion method based on service fusion middleware

Publications (2)

Publication Number Publication Date
CN112486625A CN112486625A (en) 2021-03-12
CN112486625B true CN112486625B (en) 2023-06-23

Family

ID=74927172

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011138024.5A Active CN112486625B (en) 2020-10-22 2020-10-22 Service fusion method based on service fusion middleware

Country Status (1)

Country Link
CN (1) CN112486625B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101969475A (en) * 2010-11-15 2011-02-09 张军 Business data controllable distribution and fusion application system based on cloud computing
CN104021452A (en) * 2014-06-23 2014-09-03 浪潮集团有限公司 Method for integrating various service systems at cloud computing server side
CN106878393A (en) * 2017-01-16 2017-06-20 深圳市商沃科技发展有限公司 A kind of system based on fusion micro services framework
CN110287438A (en) * 2019-06-19 2019-09-27 天津大学 A kind of service convergence method transboundary based on micro services framework
CN110324177A (en) * 2019-05-31 2019-10-11 中国人民解放军国防科技大学 Service request processing method, system and medium under micro-service architecture

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8522023B2 (en) * 2011-05-06 2013-08-27 International Business Machines Corporation Rural services platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101969475A (en) * 2010-11-15 2011-02-09 张军 Business data controllable distribution and fusion application system based on cloud computing
CN104021452A (en) * 2014-06-23 2014-09-03 浪潮集团有限公司 Method for integrating various service systems at cloud computing server side
CN106878393A (en) * 2017-01-16 2017-06-20 深圳市商沃科技发展有限公司 A kind of system based on fusion micro services framework
CN110324177A (en) * 2019-05-31 2019-10-11 中国人民解放军国防科技大学 Service request processing method, system and medium under micro-service architecture
CN110287438A (en) * 2019-06-19 2019-09-27 天津大学 A kind of service convergence method transboundary based on micro services framework

Also Published As

Publication number Publication date
CN112486625A (en) 2021-03-12

Similar Documents

Publication Publication Date Title
US7152094B1 (en) Middleware brokering system adapter
US5764955A (en) Gateway for using legacy telecommunications network element equipment with a common management information protocol
CN110262902B (en) Information processing method and system, medium, and computing device
CN109981789A (en) A kind of micro services engine based on proxy mode
US7216181B1 (en) Middleware brokering system
US20020004828A1 (en) Element management system for heterogeneous telecommunications network
CN105959349B (en) A kind of Distributed Services end operating system and method
EP1518163A1 (en) Mobile application service container
CN111641521B (en) Method for deploying big data clusters on cloud based on Ambari
CN1110926C (en) Telecommunications network management system
CN101227333B (en) Disaster tolerance network managing system and login method of network managing subscriber end
CN103944814A (en) Data exchange method and system and gateway server
CN111901154B (en) Safety architecture system based on NFV and safety deployment and safety threat processing method
WO2005046120A1 (en) A method for data redundancy of hlr
CN112486625B (en) Service fusion method based on service fusion middleware
CN105162829A (en) Automatic delta event synchronization in multiple manager-agent environments
FI109314B (en) Procedure for transferring and posting administrative assignments relating to operating tasks from a computer to a network administration center
WO1999034557A1 (en) Method and system for software version management in a network management system
CN115776501A (en) Block chain system architecture, management method, electronic equipment and readable storage medium
CN103346918A (en) Compatibility alarm sub system and alarm method of network management system
CN114444136A (en) Method and system for decoupling computing engine and platform
CN117256133A (en) Method for operating a broadband access network of a telecommunication network or a central office distribution point instance for the broadband access network, system comprising a central office distribution point instance and a central office distribution point management entity, telecommunication network, central office distribution point instance or central office distribution point management entity, program and computer readable medium, the central office distribution point instance being connected to a central office distribution point management entity
CN112260924A (en) uPnP network bridge construction method applied to power Internet of things
Inamori et al. Applying TMN to a distributed communications node system with common platform software
Mullery et al. Management of mobile agent based services

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant