설명 없음

Evan Huus b7bdd28238 Merge pull request #28 from Shopify/client_api_1 13 년 전
.gitignore 78d686d98d Initial commit 13 년 전
MIT-LICENSE 86b4691cdd Add license information 13 년 전
README.md 3ae0bd28de Update README.md 13 년 전
broker.go d4d176a7cd missing period 13 년 전
broker_test.go efb24f7c1c Add accessor for broker's address 13 년 전
client.go 39a2698e08 Expose some client methods. 13 년 전
client_test.go 39a2698e08 Expose some client methods. 13 년 전
consumer.go 39a2698e08 Expose some client methods. 13 년 전
consumer_test.go 0522caa404 Match names correctly 13 년 전
crc32_field.go 4969d24fa1 kafka->sarama 13 년 전
encoder_decoder.go 4969d24fa1 kafka->sarama 13 년 전
errors.go 722c9b21ae Merge pull request #11 from Shopify/extendable_configuration 13 년 전
fetch_request.go 4969d24fa1 kafka->sarama 13 년 전
fetch_request_test.go 4969d24fa1 kafka->sarama 13 년 전
fetch_response.go 4969d24fa1 kafka->sarama 13 년 전
fetch_response_test.go 4969d24fa1 kafka->sarama 13 년 전
length_field.go 4969d24fa1 kafka->sarama 13 년 전
message.go 013a53b381 Fix message compression flag. 13 년 전
message_set.go 4969d24fa1 kafka->sarama 13 년 전
message_test.go 013a53b381 Fix message compression flag. 13 년 전
metadata_request.go 4969d24fa1 kafka->sarama 13 년 전
metadata_request_test.go 4969d24fa1 kafka->sarama 13 년 전
metadata_response.go 4969d24fa1 kafka->sarama 13 년 전
metadata_response_test.go dae9785f7e Replace broker's host/port with just addr 13 년 전
offset_commit_request.go 4969d24fa1 kafka->sarama 13 년 전
offset_commit_request_test.go 4969d24fa1 kafka->sarama 13 년 전
offset_commit_response.go 4969d24fa1 kafka->sarama 13 년 전
offset_commit_response_test.go 4969d24fa1 kafka->sarama 13 년 전
offset_fetch_request.go 4969d24fa1 kafka->sarama 13 년 전
offset_fetch_request_test.go 4969d24fa1 kafka->sarama 13 년 전
offset_fetch_response.go 4969d24fa1 kafka->sarama 13 년 전
offset_fetch_response_test.go 4969d24fa1 kafka->sarama 13 년 전
offset_request.go 4969d24fa1 kafka->sarama 13 년 전
offset_request_test.go 4969d24fa1 kafka->sarama 13 년 전
offset_response.go 2565bc81b7 Add an OffsetMethod that permits specifying other methods of determining the offset, such as querying the broker 13 년 전
offset_response_test.go 4969d24fa1 kafka->sarama 13 년 전
packet_decoder.go 4969d24fa1 kafka->sarama 13 년 전
packet_encoder.go 4969d24fa1 kafka->sarama 13 년 전
partitioner.go f8f6c2a832 Fix HashPartitioner returning negative partitions. 13 년 전
partitioner_test.go f8f6c2a832 Fix HashPartitioner returning negative partitions. 13 년 전
prep_encoder.go 4969d24fa1 kafka->sarama 13 년 전
produce_request.go 4969d24fa1 kafka->sarama 13 년 전
produce_request_test.go 4969d24fa1 kafka->sarama 13 년 전
produce_response.go 4969d24fa1 kafka->sarama 13 년 전
produce_response_test.go 4969d24fa1 kafka->sarama 13 년 전
producer.go 39a2698e08 Expose some client methods. 13 년 전
producer_test.go 7dca867d92 Standardize on underscores 13 년 전
real_decoder.go e4ff187a56 go 1.0 compatibility; all we lose is ipv6 zones 13 년 전
real_encoder.go 4969d24fa1 kafka->sarama 13 년 전
request.go 4969d24fa1 kafka->sarama 13 년 전
request_test.go 4969d24fa1 kafka->sarama 13 년 전
response_header.go 4969d24fa1 kafka->sarama 13 년 전
response_header_test.go 4969d24fa1 kafka->sarama 13 년 전
sarama.go 4969d24fa1 kafka->sarama 13 년 전
utils.go 7f64dac45e Fix docs 13 년 전

README.md

sarama

Sarama is an MIT-licensed Go client library for Apache Kafka 0.8 (and later).

Documentation is available via godoc at http://godoc.org/github.com/Shopify/sarama

A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level Broker and Request/Response objects could probably be considered frozen) but there may be the occasional parameter added or function renamed. As far as semantic versioning is concerned, we haven't quite hit 1.0.0 yet. It is absolutely stable enough to use, just expect that you might have to tweak things when you update to a newer version.

Other related links: