-
Notifications
You must be signed in to change notification settings - Fork 9
/
.commit.log
181 lines (181 loc) · 6.12 KB
/
.commit.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
[ RELEASE v1.0.26 ]
42426dc (HEAD -> master) release v1.0.26
2b034a8 (origin/master, origin/HEAD) release v1.0.26
8d33e02 Merge branch 'master' of https://github.com/jbvmio/kafkactl
11a39f6 update sarama backend version; update apiVers;
faa5ad3 Merge pull request #5 from ateijelo/allow-omitting-ca-cert
99442af Merge pull request #4 from dmitryilyin/fixes
ca516fa Allow omitting CA certificate
1125899 display host with partition lag
a557d89 Fix incorrect rebalance of replicas
1de3613 Add the missing admin default help action
020b625 (tag: v1.0.25) release v1.0.25
b278d48 release v1.0.25
ba90602 release v1.0.25
ac709c0 add darwin version
d9e0ec6 refine ssl and sasl
83162a7 (tag: v1.0.24) release v1.0.24
2b51588 add sasl support; update apiversions;
91e7f46 add stream filtering by JSON
8cfd523 fix offset query by time
bcc9f4e add counts to query results
c5118af iterate over all partitions instead of aborting entire topic
b36c056 add explicit break
900f841 updates; add message query by time;
ffafbe7 (tag: v1.0.23) release v1.0.23
395d079 remove testing bool
413caff (tag: v1.0.22) release v1.0.22
aa55b39 add topic rebalancing for cluster expansions
3eba617 update consumergroup and tail process
afeacd7 update deps
887566b add get apiversions
bc316f9 merge dev
3957e28 update kafkactl dependancies
caa9b04 update
4cce1b5 master
058775e define gitattributes
1902ff1 update dependancies
69e2253 start incorporation of metrics
d9dd71c update logging; metrics testing;
5e78f54 update readme
f083e44 updates
8ebb0cb correction; edit readme;
f3c1bd9 edits and corrections; add license;
47a0f15 (tag: v1.0.21) release v1.0.21
69a1f5a add homebrew
2271100 modify envvars
10686f8 updates from dev
8e91683 edit makefile
da09af9 edit makefile; edit version info;
328c2c6 edit value
06eb526 (tag: v1.0.20) release v1.0.20
1dcf755 release v1.0.20
96ceb2c release v1.0.20
e41b71b release v1.0.20
e9ef074 release v..
dd95aea release v1.0.20
ec45216 fix makefile
9e2e1f2 edit makefile
bbbf551 release v1.0.20
c7120f0 release v1.0.20
53be440 release v1.0.20
9867133 release 1.0.20
5dffa88 release 1.0.20
a7f4401 edit readme
35b5b8a edit readme
22c8509 edit readme
51a1b2b edit readme
708ddaf added CI configs
0285687 edits
47f64fb add goreleaser
0dc081b updates
217e65a updates
ee79f5c updates
14a3352 updates
4e5524b updates
57be5a2 update dependencies
9f0328c update readme
341f44d start reorg with modules
468c85c cleanup
c142756 remove dependancy
aeb2ec9 remove missed import
c586215 (tag: 1.0.19.4485809, origin/reorg) Add Examples; Add Burrow Monitor; Cleanup;
f6e9beb switch to logsrus for logging
690db6a switch to logsrus for logging
5c84aad re-read config after conversion
b152f33 add old config detection
468ce16 disable client start on version
d771af0 change config filename in help
5ca94b7 finish config convert func
c4acfee make config converter
6022042 delete outdated files
a6447d7 cleanup and updates
76eac4a updates
86e4097 cleanup; add replica moves, increases; more examples;
64d2b09 Add Offset Operations; Start Examples;
2de98d0 cleanup adhox context for zk with kafka
449593d add adhoc contexts
968e1c6 edit version
f430de4 cleanup match bool; add sort lag;
33d9333 topic ops edits; add replica migration counts;
f45c06c add create/delete topic capabilies
ad3ba86 re-add config view; add entity notifications for topic alter;
1fd450b edit version output
904b2dc add reset topic config capability
f9a8930 updates
e858472 fix validation check
9e87a84 cleanup, add pre
9c7037e cleanup zk funcs
45591dd start pre and zk funcs
3bb3d37 cleanup admin topic configs
fee8cd4 add/expand produce/consume; start admin funcs;
524c863 add follow
3f824d6 cleanup; add msgs
c5d7550 add lag; cleanup;
b375605 cleanup offset map func; add describe;
82261d3 reorg/cleanup start; create context usage;
f92d331 fixes, edits
ddafa6c add find topics requiring PRE
4f3ee42 add pre with stdin; cleanup topicStdin;
c80e982 cleanup
a0819b6 fix version return for 0.11.0.0; add client version return;
7be69e1 fix persistent flag conflict
3ce3e09 Cleanup; Add broker command;
70cf25d add client version funcs; return errors as stack so metadata can still return some data; general cleanup;
a377cd9 updates; client connect cleanup; add moves from stdin;
1283f7d add increase ISR for all topics; add client timeout getting metadata summary; add api versions return;
e55026b add delete offsets for partition; use custom client for tool;
88ce6a8 fix explicit zk call
ae486e4 updates
ca9e6f5 edits
8be294c edits
317c1a3 edits
3728580 add docker instructions to readme
a5d1c15 edit readme
08c8508 cleanup; edits'
a012738 updates
0d63b6e updates
a4ae93c (tag: v2018.12.17.115341) cleanup zookeeper funcs
646962e add move partition function
c4c375a add zk options/checks for replica increase
617e368 close client on fatal; cleanup;
daa3994 updates
2546cf8 edits
de34cb7 add increase rFactor functionality
7246e94 start increase functions
8ff43d4 edit pre description
347681f fix
99333b2 (tag: v2018.11.27.125943) edits
533d845 edits
a15660b Add README; Fix typo
24387cc allow passing stdin as value for zookeeper values
9599710 add version funcs; cleanup;
8f1f92d cleanup
a9278f3 Add note as WiP
f6c80a7 add burrow monitor
ebdc576 Add Burrow Functions; Cleanup ZK;
babb7f2 add kafka version identification; add apikey retrieval;
6553353 cleanup
1a7a8c1 Add PRE for AllTopics
d48d5a5 add zookeeper functions
28eea7e cleanup console producer
c1f5b23 cleanup; simplify client call to global for efficiency;
b2714a9 append random string for clientID in config
8655cfd rename default config file; add default output to config command;
7998846 add consumer group functions
6b5053a Edits and Additions; Added Configuration Mgmt.
a4a7c27 Updates and Additions
f8d87c2 edit tail start logic
fd54839 add additional partition offset retrieval method, make partition offsets default topic display
2780c48 add additional partition offset retrieval method, make partition offsets default topic display
f6666de add consumer functions
e7fe949 cleanup
1232c58 Expand Offset Operations
40356cb revise conf collections
6e187fc various
4182783 add offsetreset
faa752c fix clusterMeta
67f3b7b fix describe args; cleanup topic/group metadata
58b3b03 Numerous Adds
49502bc start of revamp
879efa2 initial commit