Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Spring AMQP

Posted on 2019-03-25 | In Java | Visitors

Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions. It provides a "template" as a high-level abstraction for sending and receiving messages. It also provides support for Message-driven POJOs with a "listener container". These libraries facilitate management of AMQP resources while promoting the use of dependency injection and declarative configuration. In all of these cases, you will see similarities to the JMS support in the Spring Framework.

Read more »

实践Spring Kafka

Posted on 2019-03-22 | In Java | Visitors

Spring Kafka applies core Spring concepts to the development of Kafka-based messaging solutions. It provides a “template” as a high-level abstraction for sending messages. It also provides support for Message-driven POJOs with @KafkaListener annotations and a “listener container”. These libraries promote the use of dependency injection and declarative. In all of these cases, you will see similarities to the JMS support in the Spring Framework and RabbitMQ support in Spring AMQP.

Read more »

实践Kafka Tool

Posted on 2019-03-21 | In 云计算 | Visitors

Kafka Tool is a GUI application for managing and using Apache Kafka clusters. It provides an intuitive UI that allows one to quickly view objects within a Kafka cluster as well as the messages stored in the topics of the cluster. It contains features geared towards both developers and administrators. Some of the key features include

Read more »

实践Kafka Stream

Posted on 2019-03-21 | In 云计算 | Visitors

get started

Read more »

实践Kafka Eagle

Posted on 2019-03-21 | In 云计算 | Visitors

Kafka Eagle Used to monitor the consumer status of Kafka clusters, as well as offsets, metadata and other information. Kafka Eagle Reference Manual

Read more »

实践Kafka Connector

Posted on 2019-03-21 | In 云计算 | Visitors
Read more »

实践限流之RateLimitJ

Posted on 2019-03-11 | In Java | Visitors

RateLimitJ is a Java library for Rate-Limiting, providing extensible storage and application framework adaptors.

Read more »

实践限流之Bucket4J

Posted on 2019-03-11 | In Java | Visitors

Bucket4J is a java rate limiting library based on token/leaky-bucket algorithm.

Read more »

实践泛型(Generic)

Posted on 2019-03-11 | In Java | Visitors

Void

Read more »

实践反射(Reflection)

Posted on 2019-03-11 | In Java | Visitors

秒懂Java反射

Read more »
1 … 65 66 67 … 114
Ray Wang

Ray Wang

My Blog

1132 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse