GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/432
Initial implementation of remote table provider
Please see commit messages for detailed descriptions.
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/446
sql: initial insert support for table destination
Table is another main type of IO abstraction in Samza which supports
both read and write (optional). For the table that do support writes, we
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/465
sql: initial insert support for table destination
Table is another main type of IO abstraction in Samza which supports
both read and write (optional). For the tables that do support writes, we
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/524
table-api: Add caching support
This change adds caching support for Samza tables. This is especially
useful for remote table where the accesses can have high latency for
applications that can
Github user pdu-mn1 closed the pull request at:
https://github.com/apache/samza/pull/524
---
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/531
SAMZA-1719: Add caching support to table-api
This change adds caching support for Samza tables. This is especially
useful for remote table where the accesses can have high latency for
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/593
SAMZA-1763: Add async methods to Table API
Currently, Table API only has blocking/sync methods which limit the
throughput of remote tables. This change adds async methods to the API
to enable
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/608
SAMZA-1807 table-api: inline async helpers
Currently we have a set of helper methods, execute() for various
table access methods. Some of them are only called by one place and some
are called
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/618
SAMZA-1795 table: add common retry for IO functions
Add common retry functionality to table IO functions for data stores
that do not have native retry support. We use failsafe as the retry
GitHub user pdu-mn1 opened a pull request:
https://github.com/apache/samza/pull/650
docs: update contact and contributor corner
Also:
- added a new page for 'Samza Enhancement Proposal' (SEP).
- removed mailing-list.md and design-documents.md
- updated the l
10 matches
Mail list logo