File tree 5 files changed +6
-5
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/destination-kafka
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 127
127
- name : Kafka
128
128
destinationDefinitionId : 9f760101-60ae-462f-9ee6-b7a9dafd454d
129
129
dockerRepository : airbyte/destination-kafka
130
- dockerImageTag : 0.1.7
130
+ dockerImageTag : 0.1.8
131
131
documentationUrl : https://docs.airbyte.io/integrations/destinations/kafka
132
132
icon : kafka.svg
133
133
releaseStage : alpha
Original file line number Diff line number Diff line change 1910
1910
supportsDBT : false
1911
1911
supported_destination_sync_modes :
1912
1912
- " append"
1913
- - dockerImage : " airbyte/destination-kafka:0.1.7 "
1913
+ - dockerImage : " airbyte/destination-kafka:0.1.8 "
1914
1914
spec :
1915
1915
documentationUrl : " https://docs.airbyte.io/integrations/destinations/kafka"
1916
1916
connectionSpecification :
2037
2037
- " OAUTHBEARER"
2038
2038
- " SCRAM-SHA-256"
2039
2039
- " SCRAM-SHA-512"
2040
+ - " PLAIN"
2040
2041
sasl_jaas_config :
2041
2042
title : " SASL JAAS Config"
2042
2043
description : " JAAS login context parameters for SASL connections in\
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-kafka
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.1.7
19
+ LABEL io.airbyte.version=0.1.8
20
20
LABEL io.airbyte.name=airbyte/destination-kafka
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ _NOTE_: Some configurations for SSL are not available yet.
98
98
99
99
| Version | Date | Pull Request | Subject |
100
100
| :--- | :--- | :--- | :--- |
101
- | 0.1.7 | 2022-04-19 | [ 12134] ( https://github.com/airbytehq/airbyte/pull/12134 ) | Add PLAN Auth |
101
+ | 0.1.7 | 2022-04-19 | [ 12134] ( https://github.com/airbytehq/airbyte/pull/12134 ) | Add PLAIN Auth |
102
102
| 0.1.6 | 2022-02-15 | [ 10186] ( https://github.com/airbytehq/airbyte/pull/10186 ) | Add SCRAM-SHA-512 Auth |
103
103
| 0.1.5 | 2022-02-14 | [ 10256] ( https://github.com/airbytehq/airbyte/pull/10256 ) | Add ` -XX:+ExitOnOutOfMemoryError ` JVM option |
104
104
| 0.1.4 | 2022-01-31 | [ \# 9905] ( https://github.com/airbytehq/airbyte/pull/9905 ) | Fix SASL config read issue |
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The Kafka source connector supports the following[sync modes](https://docs.airby
44
44
45
45
| Version | Date | Pull Request | Subject |
46
46
| :------ | :-------- | :------------------------------------------------------| :---------------------------------------- |
47
- | 0.1.5 | 2022-04-19 | [ 12134] ( https://github.com/airbytehq/airbyte/pull/12134 ) | Add PLAN Auth |
47
+ | 0.1.5 | 2022-04-19 | [ 12134] ( https://github.com/airbytehq/airbyte/pull/12134 ) | Add PLAIN Auth |
48
48
| 0.1.4 | 2022-02-15 | [ 10186] ( https://github.com/airbytehq/airbyte/pull/10186 ) | Add SCRAM-SHA-512 Auth |
49
49
| 0.1.3 | 2022-02-14 | [ 10256] ( https://github.com/airbytehq/airbyte/pull/10256 ) | Add ` -XX:+ExitOnOutOfMemoryError ` JVM option |
50
50
| 0.1.2 | 2021-12-21 | [ 8865] ( https://github.com/airbytehq/airbyte/pull/8865 ) | Fix SASL config read issue |
You can’t perform that action at this time.
0 commit comments