Граф коммитов

236 Коммитов

Автор SHA1 Сообщение Дата
ohad bitton 25f91b8dd3
Fix - temp dir and timer fix (#48)
* fix int cant be cast to long

* v1.0.3

* fix timer cancel

* v1.0.4

* 1.0.4

* v1.0.3

Co-authored-by: Ohad Bitton <ohbitton@microsoft.com>
2020-10-14 21:24:00 +03:00
Yihezkel Schoenbrun 907b6235de
Dependabot suggested upgrading JUnit from 4.7 to >= 4.13.1 (#47)
Upgrading to 4.13.1 even though we're not affected by this vulnerability for the following reasons:
1)	This is for junit, which is not delivered anyway (pom test scope)
2)	We don't use any Rules, nevermind the vulnerable Rule "TemporaryFolder"
3)	We never execute this in a place where there are both:
a.	Sensitive data in a TemporaryFolder, and
b.	Untrusted users
2020-10-14 00:00:42 +03:00
ohad bitton e4d15149a1
Fix multijson (#45)
* fix int cant be cast to long

* multijson support
and fix int cant be cast to long

* v1.0.3

Co-authored-by: Ohad Bitton <ohbitton@microsoft.com>
2020-10-13 00:22:20 +03:00
Ohad Bitton 3ca9dc9052 format is changed back from multijson 2020-10-12 23:37:06 +03:00
Yihezkel Schoenbrun dcbecef0ff
Merge pull request #43 from Azure/upgradeVersion
Upgrade pom version in order to release with fix to Issue 41
2020-10-06 19:39:41 +03:00
Yihezkel Schoenbrun 7acf94e109 Upgrade pom version in order to release with fix to Issue 41 (FETCH_TABLE_QUERY result throws exception due to being cast to int). 2020-10-06 03:36:23 +03:00
Yihezkel Schoenbrun ed9de1e6a1
Merge pull request #42 from Azure/castCountToLong
Cast the count of records to long instead of int
2020-10-01 21:35:18 +03:00
Yihezkel Schoenbrun a8e5d9c2f2 Remove blocker for customer by casting the count of records to long instead of int, because they have too many records to fit in an int.
However, a more performant fix would be to instead execute a more trivial query, and will be done in the future.
2020-10-01 20:25:16 +03:00
Anagha Khanolkar 830092c8f5
Update README.md 2020-10-01 09:00:45 -05:00
Anagha Khanolkar f691032bec
Update README.md 2020-10-01 08:59:50 -05:00
Anagha Khanolkar cb16235aaa
Update README.md 2020-09-04 15:38:42 -05:00
Anagha Khanolkar dab4b41751
Update README.md 2020-09-03 14:00:39 -05:00
Anagha Khanolkar 30c50532c8
Update README.md 2020-09-03 13:57:32 -05:00
Anagha Khanolkar 7bada11723
Edits to the POM for the Confluent plugin - Connector Hub listing (#37) 2020-09-02 12:02:13 -05:00
Anagha Khanolkar de39eecfac
Update README.md 2020-09-02 09:45:07 -05:00
Anagha Khanolkar 391b2dc41c
Update README.md 2020-09-02 09:44:53 -05:00
Anagha Khanolkar 5625ab0f90
Update README.md 2020-09-01 17:40:12 -05:00
Anagha Khanolkar 205fc12d62
Update README.md 2020-09-01 17:39:05 -05:00
Anagha Khanolkar af9d2fc1b9
Update README.md 2020-09-01 17:38:11 -05:00
Anagha Khanolkar 57ad6c492b
Update README.md 2020-09-01 17:37:40 -05:00
Anagha Khanolkar 75a703ba9d
Update README.md 2020-09-01 17:34:42 -05:00
Anagha Khanolkar 1bb8c008d8
Update README.md 2020-09-01 16:10:56 -05:00
Anagha Khanolkar 7f5fad8eb7
Update README.md 2020-09-01 16:10:26 -05:00
Anagha Khanolkar 2b5c19537e
Update README.md 2020-09-01 15:52:22 -05:00
Anagha Khanolkar 0fccdef47a
Update README.md 2020-09-01 15:50:02 -05:00
Anagha Khanolkar 6e30587ea0
Update README.md 2020-09-01 15:48:00 -05:00
Ohad Bitton 54a5c0f1e5 better timing on tests 2020-08-27 17:51:57 +03:00
Anagha Khanolkar 52f5e761b6
Update README.md 2020-08-27 09:27:30 -05:00
Fahad Sheikh 6e526fc563
adding back to maven build plugin for uber jar (#36)
Co-authored-by: fahad <hasher@localhost>
2020-08-17 13:26:41 +03:00
Fahad Sheikh 9d9e0c3cfa
Connect build fix (#35)
* merged Azure/master

* Restructing project structure

* updated readme.md and pom.xml

* resolving PR comments

* removing unnecessary plugin

Co-authored-by: fahad <hasher@192.168.0.102>
Co-authored-by: fahad <hasher@localhost>
Co-authored-by: SanchayGupta1197 <sanchay.gupta@hashedin.com>
2020-08-13 17:52:42 +03:00
ohad bitton 41f1513ea7
Precommit null check (#34)
* null check

* shouldnt hide appId

Co-authored-by: Ohad Bitton <ohbitton@microsoft.com>
2020-08-04 16:22:27 +03:00
Fahad Sheikh 51d8e34719
Precommit offset fix (#33)
* merged Azure/master

* offset fix for preCommit()

Co-authored-by: fahad <hasher@192.168.0.102>
2020-08-04 10:40:23 +03:00
Fahad Sheikh 1ca54a6d51
Error handling and DLQ support for IO operation failures. (#32)
* added implementaion of Miscellaneous DLQ for TempDir

* resolved Pr changes

Co-authored-by: Fahad Sheikh <44108345+fahadhasher@users.noreply.github.com>

* resolved pr comments and updated relevant documentation

Co-authored-by: SanchayGupta1197 <sanchay.gupta@hashedin.com>
Co-authored-by: Sanchay Gupta <58803136+SanchayGupta1197@users.noreply.github.com>
2020-07-21 10:58:24 +03:00
ohad bitton 6a979e9cfe
Merge pull request #31 from hashedin/avro-json-support
Adding support for Avro and JSON formats with schema registry
2020-07-16 16:02:40 +03:00
Fahad Sheikh 3c68d433fe
Merge pull request #17 from anmolbansal144/format-support
renaming variables.
2020-07-16 18:22:30 +05:30
hasher 439dc4be70 Merge branch 'format-support' of github.com:anmolbansal144/kafka-sink-azure-kusto into format-support 2020-07-16 18:11:03 +05:30
hasher 251f4307fe Rename kafkaProducer to dlqProducer 2020-07-16 18:07:21 +05:30
Fahad Sheikh eb23933216
Merge pull request #16 from SanchayGupta1197/file-permission-error-handling
File permission error handling
2020-07-16 16:05:07 +05:30
SanchayGupta1197 c40e948cbf removed handleerror form TopicPartitionWriter 2020-07-16 15:39:49 +05:30
Fahad Sheikh e405151122
Merge pull request #15 from anmolbansal144/format-support
Updated outstream implementation, misc.deadletterqueue config and removed eventDataCompression
2020-07-16 14:30:48 +05:30
SanchayGupta1197 ea1e0a5935 removed redundant test in FileWriterTest 2020-07-16 14:26:52 +05:30
SanchayGupta1197 476da15f15 resolve PR comments 2020-07-16 13:04:18 +05:30
SanchayGupta1197 38c9ed6865 Changing dlq. to misc.deadletterqueue. 2020-07-15 18:26:17 +05:30
hasher c5cc43cfed clean the code 2020-07-15 17:48:16 +05:30
hasher 767def4918 Removed event-data-compression 2020-07-15 17:44:43 +05:30
hasher 52ca6d06e0 clean the code 2020-07-15 16:58:25 +05:30
hasher c701f4141a removed unwanted import 2020-07-15 16:55:57 +05:30
hasher 715303d318 Refactored countingOutputStream 2020-07-15 16:47:51 +05:30
hasher 4bdaa588ca Added CountingOutputStream class 2020-07-15 16:21:20 +05:30
hasher ded2aaaadb Refactored raw bytes count logic 2020-07-15 15:46:05 +05:30