Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swift-server/swift-kafka-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-alpha.4
Choose a base ref
...
head repository: swift-server/swift-kafka-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-alpha.5
Choose a head ref
  • 3 commits
  • 26 files changed
  • 4 contributors

Commits on Nov 6, 2023

  1. Feature: expose librdkafka statistics as swift metrics (#92)

    * introduce statistics for producer
    
    * add statistics to new consumer with events
    
    * fix some artefacts
    
    * adjust to KeyRefreshAttempts
    
    * draft: statistics with metrics
    
    * make structures internal
    
    * Update Sources/Kafka/Configuration/KafkaConfiguration+Metrics.swift
    
    Co-authored-by: Felix Schlegel <fefefe152@gmail.com>
    
    * Update Sources/Kafka/Configuration/KafkaConsumerConfiguration.swift
    
    Co-authored-by: Felix Schlegel <fefefe152@gmail.com>
    
    * Update Sources/Kafka/Configuration/KafkaConfiguration+Metrics.swift
    
    Co-authored-by: Felix Schlegel <fefefe152@gmail.com>
    
    * Update Sources/Kafka/Configuration/KafkaConfiguration+Metrics.swift
    
    Co-authored-by: Felix Schlegel <fefefe152@gmail.com>
    
    * address review comments
    
    * formatting
    
    * map gauges in one place
    
    * move json mode as rd kafka statistics, misc renaming + docc
    
    * address review comments
    
    * remove import Metrics
    
    * divide producer/consumer configuration
    
    * apply swiftformat
    
    * fix code after conflicts
    
    * fix formatting
    
    ---------
    
    Co-authored-by: Felix Schlegel <fefefe152@gmail.com>
    blindspotbounty and felixschlegel authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c3bbb75 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Add benchmark infratructure without actual tests (#146)

    * add benchmark infratructure without actual test
    
    * apply swiftformat
    
    * fix header in sh file
    
    * use new async seq methods
    blindspotbounty authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ec411bd View commit details
    Browse the repository at this point in the history
  2. Update to latest librdkafka & add a define for RAND_priv_bytes (#148)

    Co-authored-by: Franz Busch <f.busch@apple.com>
    axelandersson and FranzBusch authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    aec326e View commit details
    Browse the repository at this point in the history
Loading