📃
Tech White Papers
  • 📃White Papers
  • 🪶Apache
    • Kafka (EN)
      • Kafka Connect
      • Kafka Streams
      • ksqlDB
    • Ignite (TR)
      • Clustering
        • Baseline Topology
      • Thin Clients
      • Data Modeling
        • Data Partitioning
        • Affinity Colocation
      • Memory Architecture
      • Persistence
        • External Storage
        • Swapping
        • Snapshot
        • Disk Compression
        • Persistence Tuning
        • Change Data Capture
      • Cluster Snapshots
      • Data Rebalancing
      • Data Streaming
      • Using Key-Value API
        • Basic Cache Operations
        • Working With Binary Objects
      • Performing Transactions
      • Working with SQL
        • Understanding Schemas
        • Defining Indexes
        • Distributed Joins
      • Distributed Computing
      • Machine Learning
      • Using Continuous Queries
      • Using Ignite Messaging
      • .NET Specific
        • LINQ
        • Serialization
      • Working With Events
        • Events
      • Performance and Troubleshooting
        • Generic Performance Tips
        • Memory and JVM Tuning
        • Persistence Tuning
        • SQL Performance Tuning
        • Thread Pools Tuning
    • Pulsar (TR)
  • 📜Data
    • ClickHouse (TR)
    • QuestDB (TR)
  • Comparison
    • Pulsar vs Kafka
    • ClickHouse vs QuestDB
  • Architectural
    • Microservices
      • Design Principles
      • Design Patterns
Powered by GitBook
On this page

Was this helpful?

  1. Apache
  2. Ignite (TR)

Using Ignite Messaging

03/02/2023

PreviousUsing Continuous QueriesNext.NET Specific

Last updated 2 years ago

Was this helpful?

Ignite dağıtık mesajlaşma, tüm nodelar arasında cluster genelinde topic based iletişim sağlar. Belirli bir mesaj konusu yoluyla mesajlar, o konuya abone olan nodeların tümüne veya alt grubuna dağıtılabilir.

Ignite mesajlaşması, publisherların ve subscriberların ortak bir konu ile birbirine bağlı olduğu pub-sub ol paradigmasına dayalıdır. Nodelardan biri T konusu için bir A mesajı gönderdiğinde, bu mesaj T'ye abone olan tüm nodelara yayınlanır.

🪶
Daha fazla bilgi için…