説明なし

Evan Huus 805772fbb8 Hide the fact that ProduceRequests use messageSets 12 年 前
.gitignore 78d686d98d Initial commit 12 年 前
README.md 2de9a2dc0b README tweak 12 年 前
broker.go 23ba8a91f3 Fix broker asyncness 12 年 前
client.go e34ddd043d Publish broker 12 年 前
consumer.go 0d4e4a2ea0 go fmt 12 年 前
encoder_decoder.go 2fa436eb05 Publish the Message type. Separate encoders. 12 年 前
errors.go 8db695793d A bit of docs 12 年 前
fetch_request.go 19099f5e88 Implement fetch requests 12 年 前
fetch_response.go e5a0f9bc72 Remove unused code 12 年 前
message.go 8db695793d A bit of docs 12 年 前
message_set.go 805772fbb8 Hide the fact that ProduceRequests use messageSets 12 年 前
metadata_cache.go fd2d940dbf Broker cleanup, make it really concurrency-safe 12 年 前
metadata_request.go 1e7b3a06da Publish metadata request/response structures, remove dead code 12 年 前
metadata_response.go b70312a188 Group metadata response structures together 12 年 前
offset_commit_request.go 77be473961 Add package declarations to stub files 12 年 前
offset_commit_response.go 77be473961 Add package declarations to stub files 12 年 前
offset_fetch_request.go 77be473961 Add package declarations to stub files 12 年 前
offset_fetch_response.go 77be473961 Add package declarations to stub files 12 年 前
offset_request.go 77be473961 Add package declarations to stub files 12 年 前
offset_response.go 77be473961 Add package declarations to stub files 12 年 前
packet_crcs.go 84d5cfc734 Finish improving errors 12 年 前
packet_decoder.go 0c69a97459 Slices can already be nil 12 年 前
packet_encoder.go ba2bf0685c Consistent encode and decode helper functions. 12 年 前
packet_lengths.go 84d5cfc734 Finish improving errors 12 年 前
partitioner.go 4aaecc7b0a s/PartitionChooser/Partitioner/ 12 年 前
prep_encoder.go 0c69a97459 Slices can already be nil 12 年 前
produce_request.go 805772fbb8 Hide the fact that ProduceRequests use messageSets 12 年 前
produce_response.go babe87c20f Simplify ProduceResponse structure with a map. 12 年 前
producer.go 805772fbb8 Hide the fact that ProduceRequests use messageSets 12 年 前
real_decoder.go 0c69a97459 Slices can already be nil 12 年 前
real_encoder.go 0c69a97459 Slices can already be nil 12 年 前
request.go ac861788b4 Make brokers request/response-type aware. 12 年 前
response_header.go ba2bf0685c Consistent encode and decode helper functions. 12 年 前
utils.go 2fa436eb05 Publish the Message type. Separate encoders. 12 年 前

README.md

sarama

Sarama is a Go library for Apache Kafka 0.8.