Skip to content

Commit

Permalink
Update connector version
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Apr 11, 2021
1 parent a54acd1 commit 9df717f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Defines the log level on which the received messages will be logged.
artifacts:
- type: jar
url: https://github.com/scholzj/echo-sink/releases/download/1.2.0/echo-sink-1.2.0.jar
sha512sum: 2fd59f9c18d39de60b5582ae21144538ee6dc3b23127c200d8e3c15629bf3859e157a909a2ecc879633e6038510c3be74ca2907e1e5d07ddf5443cc412551878
sha512sum: d7240e854ee97a266e65716f963ea7559b678aacc428fbee2d3765dd9500020d71878e0b454dece36ca8130e182389a67928ed2af8ebbcd0dfaf4ca364a7fdef
```
3. Deploy the connector using the `KafkaConnector` CR:
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class EchoSinkConnector extends SinkConnector {

@Override
public String version() {
return "1.0.0";
return "1.2.0";
}

@Override
Expand Down

0 comments on commit 9df717f

Please sign in to comment.