<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch issue1036_offset_by_time</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Added unit tests for fetcher's `_reset_offset` and related functions.</title>
<updated>2017-08-06T10:50:16+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-08-06T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=61668aa89167c330ca6f0e4ba8bcc5f3944d1824'/>
<id>61668aa89167c330ca6f0e4ba8bcc5f3944d1824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman review issues</title>
<updated>2017-08-05T17:19:54+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-08-05T17:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=414e286d0367bbfffc454a92deb4e0f3da7cb81c'/>
<id>414e286d0367bbfffc454a92deb4e0f3da7cb81c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test for older brokers</title>
<updated>2017-07-31T14:33:22+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-07-31T14:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c277ac82f5bd017766482c702db8368313eeb443'/>
<id>c277ac82f5bd017766482c702db8368313eeb443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed retrieve_offsets to allow fetching multiple offsets at once</title>
<updated>2017-07-31T12:41:53+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-07-31T12:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=064550f47bcff3987fc9fc7796c92eaaea28dc41'/>
<id>064550f47bcff3987fc9fc7796c92eaaea28dc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test for older brokers</title>
<updated>2017-07-30T20:27:10+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-07-30T20:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d955d72bdb8ce7d9f0b74c72f7db69a0da270440'/>
<id>d955d72bdb8ce7d9f0b74c72f7db69a0da270440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic support for offsets_for_times API. Still needs to group by nodes and send in parallel.</title>
<updated>2017-07-30T15:42:27+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-07-30T15:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=896659fd46800c2a1572f2e4770948ec3af4bb03'/>
<id>896659fd46800c2a1572f2e4770948ec3af4bb03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix batch expiry messages to state seconds</title>
<updated>2017-07-26T20:18:14+00:00</updated>
<author>
<name>Dominic Evans</name>
<email>dominic.evans@uk.ibm.com</email>
</author>
<published>2017-07-26T19:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ca02bb17bf0d7913736596594874c0274f1b7653'/>
<id>ca02bb17bf0d7913736596594874c0274f1b7653</id>
<content type='text'>
time.time() is seconds since epoch, and the deltas are also calculated
in seconds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time.time() is seconds since epoch, and the deltas are also calculated
in seconds
</pre>
</div>
</content>
</entry>
<entry>
<title>Use for join-time-max and sync-time-max metrics Max() measure function (#1146)</title>
<updated>2017-07-21T05:07:50+00:00</updated>
<author>
<name>Alexey Pervushin</name>
<email>pervushinai@gmail.com</email>
</author>
<published>2017-07-21T05:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=165b897139ae69e5935c2618759773572781ef17'/>
<id>165b897139ae69e5935c2618759773572781ef17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added gssapi support (Kerberos) for SASL (#1152)</title>
<updated>2017-07-20T17:09:26+00:00</updated>
<author>
<name>Harald</name>
<email>harald.berghoff@gmx.net</email>
</author>
<published>2017-07-20T17:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0c78f704520a42d0935cb87298dd69f8e4af5894'/>
<id>0c78f704520a42d0935cb87298dd69f8e4af5894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note, that `max_in_flight_requests_per_connection&gt;1` may change order or messages (#1149)</title>
<updated>2017-07-17T23:39:37+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-07-17T23:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c8237fc53bf93c72a5530a53654dd3133a96de08'/>
<id>c8237fc53bf93c72a5530a53654dd3133a96de08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
