Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace preview1 with preview2 #517

Closed
wants to merge 212 commits into from

Conversation

mensfeld
Copy link
Member

@mensfeld mensfeld commented Oct 9, 2024

No description provided.

mensfeld and others added 30 commits June 15, 2023 11:33
run via actions

fix

add create partitions support

docs

spec updates
* update rdkafka

run via actions

fix

add create partitions support

docs

spec updates

* v0.12.2

* start docker before bundle so it has time to run
* update rdkafka

run via actions

fix

add create partitions support

docs

spec updates

* v0.12.2

* Include backtrace in callback errors

* Include topic name in the delivery report
* support assignment lost method

* changelog

* expose name

* backport cache for producer

* retry metadata fetches
* Lock native only on closing and track usage (karafka#264)

* Lock native only on closing and track usage

* fix desc

* Bump to 0.13.0.beta.8

---------

Co-authored-by: Thijs Cadier <[email protected]>
* Add offsets_for_times method on consumer (karafka#229)

* Add raw_timestamp attr_reader to Message class

* Add offsets_for_times method to Consumer class

* Make sure offsets_for_times call is blocking

* Fix @param typo

* make timeout configurable for offsets_for_times

* Remove publication of raw_timestamp

* Convert offset to ms timestamp if Time

* Fix typo

* align inner format

* update changelog

---------

Co-authored-by: Tim Flapper <[email protected]>
* Make decrement thread-safe for any Ruby impl

* changelog
* Bump librdkafka to 2.2.0

* version update
* Ensure error is built into final report when bypassing wait

* remarks

* formatting
* use same docker everywhere

* rename

* spec remarks
* kraft

* align with kraft
* implement purge for producer

* add extra spec
* producer transactions

* stability

* fix

* cleanup and specs
mensfeld and others added 24 commits August 9, 2024 14:10
To give up even checking if it would be appropriate to give up the GVL. The underlying C function is just a memory access and should never block for IO (outside of extenuating circumstances like page files). 

See https://github.com/confluentinc/librdkafka/blob/9416dd80fb0dba71ff73a8cb4d2b919f54651006/src/rdkafka.c#L4313 for details.
* librdkafka 2.5.3

* fix readme and changelog
* v0.17.4

* update cert
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fail on failures

* fix
* fix invalid librdkafka references

* not needed
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mensfeld mensfeld requested a review from nijikon October 9, 2024 08:28
@mensfeld mensfeld self-assigned this Oct 9, 2024
@mensfeld
Copy link
Member Author

mensfeld commented Oct 9, 2024

argh wrong target

@mensfeld mensfeld closed this Oct 9, 2024
@mensfeld mensfeld deleted the replace-preview1-with-preview2 branch October 9, 2024 08:29
@mensfeld mensfeld restored the replace-preview1-with-preview2 branch October 9, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants